#525937

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

Shades of Kelp #525937

Tints of Kelp #525937

Color information

#525937 (or 0x525937) is unknown color: approx Kelp. HEX triplet: 52, 59 and 37. RGB value is (82,89,55). Sum of RGB (Red+Green+Blue) = 82+89+55=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #525937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525937 is #ADA6C8. Grayscale: #535353. Windows color (decimal): -11380425 or 3627346. OLE color: 3627346.

HSL color Cylindrical-coordinate representation of color #525937: hue angle of 72.35º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525937 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB828955-
CMYK0.0800.380.65
HSL72.35º23.61%28.24%-
HSV(B)72.35º38.2%34.9%-
XYZ7.749.214.98-
YUV83.03112.18127.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=36.28%
G=39.38%
B=24.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289550.0800.380.6572.3523.6128.24
Hex52593780264148181c
Octal12213167100461011103034
Binary1010010101100111011110000100110100000110010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525937; }

 p { color: rgb(82,89,55); }

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

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

 a { background-color: rgb(82,89,55); }

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

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

 span { border-color: rgb(82,89,55); }

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