#4F513D

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

Shades of Kelp #4F513D

Tints of Kelp #4F513D

Color information

#4F513D (or 0x4F513D) is unknown color: approx Kelp. HEX triplet: 4F, 51 and 3D. RGB value is (79,81,61). Sum of RGB (Red+Green+Blue) = 79+81+61=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #4F513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F513D is #B0AEC2. Grayscale: #4E4E4E. Windows color (decimal): -11579075 or 4018511. OLE color: 4018511.

HSL color Cylindrical-coordinate representation of color #4F513D: hue angle of 66º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F513D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB798161-
CMYK0.0200.250.68
HSL66º14.08%27.84%-
HSV(B)66º24.69%31.76%-
XYZ7.017.885.57-
YUV78.12118.34128.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=35.75%
G=36.65%
B=27.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7981610.0200.250.686614.0827.84
Hex4F513D20194442e1c
Octal1171217520311041021634
Binary100111110100011111011001100110001001000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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