#4F503C

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

Shades of Kelp #4F503C

Tints of Kelp #4F503C

Color information

#4F503C (or 0x4F503C) is unknown color: approx Kelp. HEX triplet: 4F, 50 and 3C. RGB value is (79,80,60). Sum of RGB (Red+Green+Blue) = 79+80+60=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #4F503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F503C is #B0AFC3. Grayscale: #4D4D4D. Windows color (decimal): -11579332 or 3952719. OLE color: 3952719.

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

Color convert

RGB798060-
CMYK0.0100.250.69
HSL63º14.29%27.45%-
HSV(B)63º25%31.37%-
XYZ6.917.735.4-
YUV77.42118.17129.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=36.07%
G=36.53%
B=27.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980600.0100.250.696314.2927.45
Hex4F503C1019453fe1b
Octal117120741031105771633
Binary1001111101000011110010110011000101111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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