#34a34a

Color #34A34A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #34A34A

Tints of Chateau Green #34A34A

Color information

#34A34A (or 0x34A34A) is unknown color: approx Chateau Green. HEX triplet: 34, A3 and 4A. RGB value is (52,163,74). Sum of RGB (Red+Green+Blue) = 52+163+74=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #34A34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A34A is #CB5CB5. Grayscale: #777777. Windows color (decimal): -13327542 or 4891444. OLE color: 4891444.

HSL color Cylindrical-coordinate representation of color #34A34A: hue angle of 131.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A34A is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB5216374-
CMYK0.6800.550.36
HSL131.89º51.63%42.16%-
HSV(B)131.89º68.1%63.92%-
XYZ15.7527.4210.94-
YUV119.66102.2379.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 163 (64.06% from 255) = 56.40%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=17.99%
G=56.40%
B=25.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163740.6800.550.36131.8951.6342.16
Hex34A34A440372484342a
Octal64243112104067442046452
Binary1101001010001110010101000100011011110010010000100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34a34a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34a34a; }

 p { color: rgb(52,163,74); }

 H1.HeaderClassName
 {
   color: #34a34a;
 }
 .AnyTagClassName
 {
   color: #34a34a;
 }
</style>
background-color css

<style>
 a { background-color: #34a34a; }

 a { background-color: rgb(52,163,74); }

 div.DivClassName
 {
   background-color: #34a34a;
 }
 .BgClassName
 {
   background-color: #34a34a;
 }
</style>
border-color css

<style>
 span { border-color: #34a34a; }

 span { border-color: rgb(52,163,74); }

 td.TdClassName
 {
   border-color: #34a34a;
 }
 .TagClassName
 {
   border-color: #34a34a;
 }
</style>