#34A54E

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

Shades of Chateau Green #34A54E

Tints of Chateau Green #34A54E

Color information

#34A54E (or 0x34A54E) is unknown color: approx Chateau Green. HEX triplet: 34, A5 and 4E. RGB value is (52,165,78). Sum of RGB (Red+Green+Blue) = 52+165+78=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #34A54E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A54E is #CB5AB1. Grayscale: #797979. Windows color (decimal): -13327026 or 5154100. OLE color: 5154100.

HSL color Cylindrical-coordinate representation of color #34A54E: hue angle of 133.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A54E is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB5216578-
CMYK0.6800.530.35
HSL133.81º52.07%42.55%-
HSV(B)133.81º68.48%64.71%-
XYZ16.2528.1911.79-
YUV121.29103.5678.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=17.63%
G=55.93%
B=26.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52165780.6800.530.35133.8152.0742.55
Hex34A54E440352386342b
Octal64245116104065432066453
Binary1101001010010110011101000100011010110001110000110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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