#4c8c5a

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

Shades of Chateau Green #4C8C5A

Tints of Chateau Green #4C8C5A

Color information

#4C8C5A (or 0x4C8C5A) is unknown color: approx Chateau Green. HEX triplet: 4C, 8C and 5A. RGB value is (76,140,90). Sum of RGB (Red+Green+Blue) = 76+140+90=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8C5A is #B373A5. Grayscale: #737373. Windows color (decimal): -11760550 or 5934156. OLE color: 5934156.

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

Color convert

RGB7614090-
CMYK0.4600.360.45
HSL133.12º29.63%42.35%-
HSV(B)133.12º45.71%54.9%-
XYZ14.221.0312.98-
YUV115.16113.8100.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.84%
GREEN value IS 140 (55.08% from 255) = 45.75%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=24.84%
G=45.75%
B=29.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76140900.4600.360.45133.1229.6342.35
Hex4C8C5A2E0242D851e2a
Octal11421413256044552053652
Binary100110010001100101101010111001001001011011000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c8c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,140,90); }

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

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

 a { background-color: rgb(76,140,90); }

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

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

 span { border-color: rgb(76,140,90); }

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