#4DAA5F

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

Shades of Chateau Green #4DAA5F

Tints of Chateau Green #4DAA5F

Color information

#4DAA5F (or 0x4DAA5F) is unknown color: approx Chateau Green. HEX triplet: 4D, AA and 5F. RGB value is (77,170,95). Sum of RGB (Red+Green+Blue) = 77+170+95=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA5F is #B255A0. Grayscale: #858585. Windows color (decimal): -11687329 or 6269517. OLE color: 6269517.

HSL color Cylindrical-coordinate representation of color #4DAA5F: hue angle of 131.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA5F is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB7717095-
CMYK0.5500.440.33
HSL131.61º37.65%48.43%-
HSV(B)131.61º54.71%66.67%-
XYZ19.531.1515.81-
YUV133.64106.1987.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=22.51%
G=49.71%
B=27.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77170950.5500.440.33131.6137.6548.43
Hex4DAA5F3702C21842630
Octal11525213767054412044660
Binary1001101101010101011111110111010110010000110000100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,170,95); }

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

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

 a { background-color: rgb(77,170,95); }

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

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

 span { border-color: rgb(77,170,95); }

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