#34AA5C

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

Shades of Chateau Green #34AA5C

Tints of Chateau Green #34AA5C

Color information

#34AA5C (or 0x34AA5C) is unknown color: approx Chateau Green. HEX triplet: 34, AA and 5C. RGB value is (52,170,92). Sum of RGB (Red+Green+Blue) = 52+170+92=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA5C is #CB55A3. Grayscale: #7E7E7E. Windows color (decimal): -13325732 or 6072884. OLE color: 6072884.

HSL color Cylindrical-coordinate representation of color #34AA5C: hue angle of 140.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA5C is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB5217092-
CMYK0.6900.460.33
HSL140.34º53.15%43.53%-
HSV(B)140.34º69.41%66.67%-
XYZ17.7230.2515.03-
YUV125.83108.9175.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=16.56%
G=54.14%
B=29.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52170920.6900.460.33140.3453.1543.53
Hex34AA5C4502E218c352c
Octal64252134105056412146554
Binary1101001010101010111001000101010111010000110001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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