#525836

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

Shades of Kelp #525836

Tints of Kelp #525836

Color information

#525836 (or 0x525836) is unknown color: approx Kelp. HEX triplet: 52, 58 and 36. RGB value is (82,88,54). Sum of RGB (Red+Green+Blue) = 82+88+54=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #525836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525836 is #ADA7C9. Grayscale: #525252. Windows color (decimal): -11380682 or 3561554. OLE color: 3561554.

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

Color convert

RGB828854-
CMYK0.0700.390.65
HSL70.59º23.94%27.84%-
HSV(B)70.59º38.64%34.51%-
XYZ7.649.044.83-
YUV82.33112.01127.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=36.61%
G=39.29%
B=24.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288540.0700.390.6570.5923.9427.84
Hex52583670274147181c
Octal1221306670471011073034
Binary101001010110001101101110100111100000110001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525836; }

 p { color: rgb(82,88,54); }

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

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

 a { background-color: rgb(82,88,54); }

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

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

 span { border-color: rgb(82,88,54); }

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