#4F5A46

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

Shades of Cabbage Pont #4F5A46

Tints of Cabbage Pont #4F5A46

Color information

#4F5A46 (or 0x4F5A46) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 5A and 46. RGB value is (79,90,70). Sum of RGB (Red+Green+Blue) = 79+90+70=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A46 is #B0A5B9. Grayscale: #545454. Windows color (decimal): -11576762 or 4610639. OLE color: 4610639.

HSL color Cylindrical-coordinate representation of color #4F5A46: hue angle of 93º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F5A46 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB799070-
CMYK0.1200.220.65
HSL93º12.5%31.37%-
HSV(B)93º22.22%35.29%-
XYZ7.999.427.19-
YUV84.43119.86124.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=33.05%
G=37.66%
B=29.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7990700.1200.220.659312.531.37
Hex4F5A46C016415dd1f
Octal117132106140261011351537
Binary100111110110101000110110001011010000011011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,70); }

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

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

 a { background-color: rgb(79,90,70); }

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

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

 span { border-color: rgb(79,90,70); }

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