#34AD48

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

Shades of Chateau Green #34AD48

Tints of Chateau Green #34AD48

Color information

#34AD48 (or 0x34AD48) is unknown color: approx Chateau Green. HEX triplet: 34, AD and 48. RGB value is (52,173,72). Sum of RGB (Red+Green+Blue) = 52+173+72=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD48 is #CB52B7. Grayscale: #7D7D7D. Windows color (decimal): -13324984 or 4762932. OLE color: 4762932.

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

Color convert

RGB5217372-
CMYK0.7000.580.32
HSL129.92º53.78%44.12%-
HSV(B)129.92º69.94%67.84%-
XYZ17.5331.0911.21-
YUV125.3197.9175.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=17.51%
G=58.25%
B=24.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52173720.7000.580.32129.9253.7844.12
Hex34AD484603A2082362c
Octal64255110106072402026654
Binary1101001010110110010001000110011101010000010000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,173,72); }

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

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

 a { background-color: rgb(52,173,72); }

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

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

 span { border-color: rgb(52,173,72); }

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