#34AC5C

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

Shades of Chateau Green #34AC5C

Tints of Chateau Green #34AC5C

Color information

#34AC5C (or 0x34AC5C) is unknown color: approx Chateau Green. HEX triplet: 34, AC and 5C. RGB value is (52,172,92). Sum of RGB (Red+Green+Blue) = 52+172+92=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AC5C is #CB53A3. Grayscale: #7F7F7F. Windows color (decimal): -13325220 or 6073396. OLE color: 6073396.

HSL color Cylindrical-coordinate representation of color #34AC5C: hue angle of 140º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC5C is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB5217292-
CMYK0.7000.470.33
HSL140º53.57%43.92%-
HSV(B)140º69.77%67.45%-
XYZ18.131.0115.16-
YUV127108.2474.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 172 (67.58% from 255) = 54.43%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=16.46%
G=54.43%
B=29.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172920.7000.470.3314053.5743.92
Hex34AC5C4602F218c362c
Octal64254134106057412146654
Binary1101001010110010111001000110010111110000110001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,92); }

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

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

 a { background-color: rgb(52,172,92); }

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

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

 span { border-color: rgb(52,172,92); }

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