#34AB5C

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

Shades of Chateau Green #34AB5C

Tints of Chateau Green #34AB5C

Color information

#34AB5C (or 0x34AB5C) is unknown color: approx Chateau Green. HEX triplet: 34, AB and 5C. RGB value is (52,171,92). Sum of RGB (Red+Green+Blue) = 52+171+92=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB5C is #CB54A3. Grayscale: #7E7E7E. Windows color (decimal): -13325476 or 6073140. OLE color: 6073140.

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

Color convert

RGB5217192-
CMYK0.7000.460.33
HSL140.17º53.36%43.73%-
HSV(B)140.17º69.59%67.06%-
XYZ17.9130.6315.09-
YUV126.41108.5874.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=16.51%
G=54.29%
B=29.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52171920.7000.460.33140.1753.3643.73
Hex34AB5C4602E218c352c
Octal64253134106056412146554
Binary1101001010101110111001000110010111010000110001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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