#4F524B

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

Shades of Cabbage Pont #4F524B

Tints of Cabbage Pont #4F524B

Color information

#4F524B (or 0x4F524B) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 52 and 4B. RGB value is (79,82,75). Sum of RGB (Red+Green+Blue) = 79+82+75=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 82 - color contains mainly: green. Hex color #4F524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F524B is #B0ADB4. Grayscale: #505050. Windows color (decimal): -11578805 or 4936271. OLE color: 4936271.

HSL color Cylindrical-coordinate representation of color #4F524B: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F524B is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB798275-
CMYK0.0400.090.68
HSL85.71º4.46%30.78%-
HSV(B)85.71º8.54%32.16%-
XYZ7.518.27.84-
YUV80.3125.01127.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=33.47%
G=34.75%
B=31.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7982750.0400.090.6885.714.4630.78
Hex4F524B409445641f
Octal1171221134011104126437
Binary100111110100101001011100010011000100101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,82,75); }

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

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

 a { background-color: rgb(79,82,75); }

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

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

 span { border-color: rgb(79,82,75); }

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