#4F554A

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

Shades of Cabbage Pont #4F554A

Tints of Cabbage Pont #4F554A

Color information

#4F554A (or 0x4F554A) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 55 and 4A. RGB value is (79,85,74). Sum of RGB (Red+Green+Blue) = 79+85+74=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4F554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F554A is #B0AAB5. Grayscale: #515151. Windows color (decimal): -11578038 or 4871503. OLE color: 4871503.

HSL color Cylindrical-coordinate representation of color #4F554A: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F554A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB798574-
CMYK0.0700.130.67
HSL92.73º6.92%31.18%-
HSV(B)92.73º12.94%33.33%-
XYZ7.718.657.74-
YUV81.95123.51125.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=33.19%
G=35.71%
B=31.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985740.0700.130.6792.736.9231.18
Hex4F554A70D435d71f
Octal1171251127015103135737
Binary100111110101011001010111011011000011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,74); }

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

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

 a { background-color: rgb(79,85,74); }

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

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

 span { border-color: rgb(79,85,74); }

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