#4F523B

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

Shades of Kelp #4F523B

Tints of Kelp #4F523B

Color information

#4F523B (or 0x4F523B) is unknown color: approx Kelp. HEX triplet: 4F, 52 and 3B. RGB value is (79,82,59). Sum of RGB (Red+Green+Blue) = 79+82+59=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #4F523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F523B is #B0ADC4. Grayscale: #4E4E4E. Windows color (decimal): -11578821 or 3887695. OLE color: 3887695.

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

Color convert

RGB798259-
CMYK0.0400.280.68
HSL67.83º16.31%27.65%-
HSV(B)67.83º28.05%32.16%-
XYZ7.038.015.31-
YUV78.48117.01128.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=35.91%
G=37.27%
B=26.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7982590.0400.280.6867.8316.3127.65
Hex4F523B401C4444101c
Octal1171227340341041042034
Binary10011111010010111011100011100100010010001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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