#34A04E

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

Shades of Chateau Green #34A04E

Tints of Chateau Green #34A04E

Color information

#34A04E (or 0x34A04E) is unknown color: approx Chateau Green. HEX triplet: 34, A0 and 4E. RGB value is (52,160,78). Sum of RGB (Red+Green+Blue) = 52+160+78=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #34A04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A04E is #CB5FB1. Grayscale: #767676. Windows color (decimal): -13328306 or 5152820. OLE color: 5152820.

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

Color convert

RGB5216078-
CMYK0.6800.510.37
HSL134.44º50.94%41.57%-
HSV(B)134.44º67.5%62.75%-
XYZ15.3626.4211.5-
YUV118.36105.2280.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 160 (62.89% from 255) = 55.17%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=17.93%
G=55.17%
B=26.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52160780.6800.510.37134.4450.9441.57
Hex34A04E440332586332a
Octal64240116104063452066352
Binary1101001010000010011101000100011001110010110000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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