#34AA4B

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

Shades of Chateau Green #34AA4B

Tints of Chateau Green #34AA4B

Color information

#34AA4B (or 0x34AA4B) is unknown color: approx Chateau Green. HEX triplet: 34, AA and 4B. RGB value is (52,170,75). Sum of RGB (Red+Green+Blue) = 52+170+75=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AA4B is #CB55B4. Grayscale: #7C7C7C. Windows color (decimal): -13325749 or 4958772. OLE color: 4958772.

HSL color Cylindrical-coordinate representation of color #34AA4B: hue angle of 131.69º 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 #34AA4B is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB5217075-
CMYK0.6900.560.33
HSL131.69º53.15%43.53%-
HSV(B)131.69º69.41%66.67%-
XYZ17.0629.9911.55-
YUV123.89100.4176.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 170 (66.80% from 255) = 57.24%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=17.51%
G=57.24%
B=25.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52170750.6900.560.33131.6953.1543.53
Hex34AA4B450382184352c
Octal64252113105070412046554
Binary1101001010101010010111000101011100010000110000100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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