#4F503D

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

Shades of Kelp #4F503D

Tints of Kelp #4F503D

Color information

#4F503D (or 0x4F503D) is unknown color: approx Kelp. HEX triplet: 4F, 50 and 3D. RGB value is (79,80,61). Sum of RGB (Red+Green+Blue) = 79+80+61=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #4F503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F503D is #B0AFC2. Grayscale: #4D4D4D. Windows color (decimal): -11579331 or 4018255. OLE color: 4018255.

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

Color convert

RGB798061-
CMYK0.0100.240.69
HSL63.16º13.48%27.65%-
HSV(B)63.16º23.75%31.37%-
XYZ6.947.745.54-
YUV77.54118.67129.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=35.91%
G=36.36%
B=27.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980610.0100.240.6963.1613.4827.65
Hex4F503D1018453fd1c
Octal117120751030105771534
Binary1001111101000011110110110001000101111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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