#4D8D5B

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

Shades of Chateau Green #4D8D5B

Tints of Chateau Green #4D8D5B

Color information

#4D8D5B (or 0x4D8D5B) is unknown color: approx Chateau Green. HEX triplet: 4D, 8D and 5B. RGB value is (77,141,91). Sum of RGB (Red+Green+Blue) = 77+141+91=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #4D8D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8D5B is #B272A4. Grayscale: #747474. Windows color (decimal): -11694757 or 5999949. OLE color: 5999949.

HSL color Cylindrical-coordinate representation of color #4D8D5B: hue angle of 133.12º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8D5B is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB7714191-
CMYK0.4500.350.45
HSL133.12º29.36%42.75%-
HSV(B)133.12º45.39%55.29%-
XYZ14.4721.3813.26-
YUV116.16113.8100.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.92%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=24.92%
G=45.63%
B=29.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77141910.4500.350.45133.1229.3642.75
Hex4D8D5B2D0232D851d2b
Octal11521513355043552053553
Binary100110110001101101101110110101000111011011000010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,141,91); }

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

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

 a { background-color: rgb(77,141,91); }

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

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

 span { border-color: rgb(77,141,91); }

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