#4F6042

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

Shades of Cabbage Pont #4F6042

Tints of Cabbage Pont #4F6042

Color information

#4F6042 (or 0x4F6042) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 60 and 42. RGB value is (79,96,66). Sum of RGB (Red+Green+Blue) = 79+96+66=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6042 is #B09FBD. Grayscale: #575757. Windows color (decimal): -11575230 or 4350031. OLE color: 4350031.

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

Color convert

RGB799666-
CMYK0.1800.310.62
HSL94º18.52%31.76%-
HSV(B)94º31.25%37.65%-
XYZ8.3910.426.72-
YUV87.5115.87121.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=32.78%
G=39.83%
B=27.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996660.1800.310.629418.5231.76
Hex4F60421201F3E5e1320
Octal11714010222037761362340
Binary10011111100000100001010010011111111110101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,66); }

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

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

 a { background-color: rgb(79,96,66); }

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

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

 span { border-color: rgb(79,96,66); }

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