#4F5041

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

Shades of Kelp #4F5041

Tints of Kelp #4F5041

Color information

#4F5041 (or 0x4F5041) is unknown color: approx Kelp. HEX triplet: 4F, 50 and 41. RGB value is (79,80,65). Sum of RGB (Red+Green+Blue) = 79+80+65=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5041 is #B0AFBE. Grayscale: #4E4E4E. Windows color (decimal): -11579327 or 4280399. OLE color: 4280399.

HSL color Cylindrical-coordinate representation of color #4F5041: hue angle of 64º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5041 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB798065-
CMYK0.0100.190.69
HSL64º10.34%28.43%-
HSV(B)64º18.75%31.37%-
XYZ7.057.786.13-
YUV77.99120.67128.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=35.27%
G=35.71%
B=29.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980650.0100.190.696410.3428.43
Hex4F504110134540a1c
Octal11712010110231051001234
Binary100111110100001000001101001110001011000000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,65); }

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

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

 a { background-color: rgb(79,80,65); }

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

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

 span { border-color: rgb(79,80,65); }

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