#34A24E

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

Shades of Chateau Green #34A24E

Tints of Chateau Green #34A24E

Color information

#34A24E (or 0x34A24E) is unknown color: approx Chateau Green. HEX triplet: 34, A2 and 4E. RGB value is (52,162,78). Sum of RGB (Red+Green+Blue) = 52+162+78=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #34A24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A24E is #CB5DB1. Grayscale: #777777. Windows color (decimal): -13327794 or 5153332. OLE color: 5153332.

HSL color Cylindrical-coordinate representation of color #34A24E: hue angle of 134.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A24E is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB5216278-
CMYK0.6800.520.36
HSL134.18º51.4%41.96%-
HSV(B)134.18º67.9%63.53%-
XYZ15.7127.1211.61-
YUV119.53104.5679.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 162 (63.67% from 255) = 55.48%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=17.81%
G=55.48%
B=26.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162780.6800.520.36134.1851.441.96
Hex34A24E440342486332a
Octal64242116104064442066352
Binary1101001010001010011101000100011010010010010000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,162,78); }

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

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

 a { background-color: rgb(52,162,78); }

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

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

 span { border-color: rgb(52,162,78); }

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