#34AB48

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

Shades of Chateau Green #34AB48

Tints of Chateau Green #34AB48

Color information

#34AB48 (or 0x34AB48) is unknown color: approx Chateau Green. HEX triplet: 34, AB and 48. RGB value is (52,171,72). Sum of RGB (Red+Green+Blue) = 52+171+72=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB48 is #CB54B7. Grayscale: #7C7C7C. Windows color (decimal): -13325496 or 4762420. OLE color: 4762420.

HSL color Cylindrical-coordinate representation of color #34AB48: hue angle of 130.08º degrees, saturation: 0.53, 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 #34AB48 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB5217172-
CMYK0.7000.580.33
HSL130.08º53.36%43.73%-
HSV(B)130.08º69.59%67.06%-
XYZ17.1530.3211.08-
YUV124.1398.5876.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 171 (67.19% from 255) = 57.97%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=17.63%
G=57.97%
B=24.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52171720.7000.580.33130.0853.3643.73
Hex34AB484603A2182352c
Octal64253110106072412026554
Binary1101001010101110010001000110011101010000110000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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