#4F523D

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

Shades of Kelp #4F523D

Tints of Kelp #4F523D

Color information

#4F523D (or 0x4F523D) is unknown color: approx Kelp. HEX triplet: 4F, 52 and 3D. RGB value is (79,82,61). Sum of RGB (Red+Green+Blue) = 79+82+61=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #4F523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F523D is #B0ADC2. Grayscale: #4E4E4E. Windows color (decimal): -11578819 or 4018767. OLE color: 4018767.

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

Color convert

RGB798261-
CMYK0.0400.260.68
HSL68.57º14.69%28.04%-
HSV(B)68.57º25.61%32.16%-
XYZ7.088.035.59-
YUV78.71118.01128.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=35.59%
G=36.94%
B=27.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7982610.0400.260.6868.5714.6928.04
Hex4F523D401A4445f1c
Octal1171227540321041051734
Binary1001111101001011110110001101010001001000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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