#4F5E40

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

Shades of Cabbage Pont #4F5E40

Tints of Cabbage Pont #4F5E40

Color information

#4F5E40 (or 0x4F5E40) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 5E and 40. RGB value is (79,94,64). Sum of RGB (Red+Green+Blue) = 79+94+64=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5E40 is #B0A1BF. Grayscale: #565656. Windows color (decimal): -11575744 or 4218447. OLE color: 4218447.

HSL color Cylindrical-coordinate representation of color #4F5E40: hue angle of 90º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5E40 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB799464-
CMYK0.1600.320.63
HSL90º18.99%30.98%-
HSV(B)90º31.91%36.86%-
XYZ8.1510.046.36-
YUV86.1115.53122.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=33.33%
G=39.66%
B=27.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7994640.1600.320.639018.9930.98
Hex4F5E40100203F5a131f
Octal11713610020040771322337
Binary10011111011110100000010000010000011111110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,64); }

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

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

 a { background-color: rgb(79,94,64); }

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

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

 span { border-color: rgb(79,94,64); }

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