#34AB5B

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

Shades of Chateau Green #34AB5B

Tints of Chateau Green #34AB5B

Color information

#34AB5B (or 0x34AB5B) is unknown color: approx Chateau Green. HEX triplet: 34, AB and 5B. RGB value is (52,171,91). Sum of RGB (Red+Green+Blue) = 52+171+91=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB5B is #CB54A4. Grayscale: #7E7E7E. Windows color (decimal): -13325477 or 6007604. OLE color: 6007604.

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

Color convert

RGB5217191-
CMYK0.7000.470.33
HSL139.66º53.36%43.73%-
HSV(B)139.66º69.59%67.06%-
XYZ17.8730.6114.86-
YUV126.3108.0875-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 171 (67.19% from 255) = 54.46%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=16.56%
G=54.46%
B=28.98%

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
Decimal52171910.7000.470.33139.6653.3643.73
Hex34AB5B4602F218c352c
Octal64253133106057412146554
Binary1101001010101110110111000110010111110000110001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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