#4EA064

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

Shades of Chateau Green #4EA064

Tints of Chateau Green #4EA064

Color information

#4EA064 (or 0x4EA064) is unknown color: approx Chateau Green. HEX triplet: 4E, A0 and 64. RGB value is (78,160,100). Sum of RGB (Red+Green+Blue) = 78+160+100=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA064 is #B15F9B. Grayscale: #808080. Windows color (decimal): -11624348 or 6594638. OLE color: 6594638.

HSL color Cylindrical-coordinate representation of color #4EA064: hue angle of 136.1º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA064 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB78160100-
CMYK0.5100.380.37
HSL136.1º34.45%46.67%-
HSV(B)136.1º51.25%62.75%-
XYZ18.0127.6816.45-
YUV128.64111.8391.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=23.08%
G=47.34%
B=29.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781601000.5100.380.37136.134.4546.67
Hex4EA064330262588222f
Octal11624014463046452104257
Binary1001110101000001100100110011010011010010110001000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA064; }

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

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

<style>
 a { background-color: #4EA064; }

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

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

<style>
 span { border-color: #4EA064; }

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

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