#4C5940

Color #4C5940 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #4C5940

Tints of Cabbage Pont #4C5940

Color information

#4C5940 (or 0x4C5940) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 59 and 40. RGB value is (76,89,64). Sum of RGB (Red+Green+Blue) = 76+89+64=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5940 is #B3A6BF. Grayscale: #525252. Windows color (decimal): -11773632 or 4217164. OLE color: 4217164.

HSL color Cylindrical-coordinate representation of color #4C5940: hue angle of 91.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C5940 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB768964-
CMYK0.1500.280.65
HSL91.2º16.34%30%-
HSV(B)91.2º28.09%34.9%-
XYZ7.489.056.2-
YUV82.26117.69123.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=33.19%
G=38.86%
B=27.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7689640.1500.280.6591.216.3430
Hex4C5940F01C415b101e
Octal114131100170341011332036
Binary1001100101100110000001111011100100000110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,64); }

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

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

 a { background-color: rgb(76,89,64); }

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

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

 span { border-color: rgb(76,89,64); }

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