#4DA064

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

Shades of Chateau Green #4DA064

Tints of Chateau Green #4DA064

Color information

#4DA064 (or 0x4DA064) is unknown color: approx Chateau Green. HEX triplet: 4D, A0 and 64. RGB value is (77,160,100). Sum of RGB (Red+Green+Blue) = 77+160+100=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA064 is #B25F9B. Grayscale: #808080. Windows color (decimal): -11689884 or 6594637. OLE color: 6594637.

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

Color convert

RGB77160100-
CMYK0.5200.380.37
HSL136.63º35.02%46.47%-
HSV(B)136.63º51.88%62.75%-
XYZ17.9327.6416.45-
YUV128.3411291.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=22.85%
G=47.48%
B=29.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771601000.5200.380.37136.6335.0246.47
Hex4DA064340262589232e
Octal11524014464046452114356
Binary1001101101000001100100110100010011010010110001001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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