#525638

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

Shades of Kelp #525638

Tints of Kelp #525638

Color information

#525638 (or 0x525638) is unknown color: approx Kelp. HEX triplet: 52, 56 and 38. RGB value is (82,86,56). Sum of RGB (Red+Green+Blue) = 82+86+56=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #525638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525638 is #ADA9C7. Grayscale: #515151. Windows color (decimal): -11381192 or 3692114. OLE color: 3692114.

HSL color Cylindrical-coordinate representation of color #525638: hue angle of 68º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #525638 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB828656-
CMYK0.0500.350.66
HSL68º21.13%27.84%-
HSV(B)68º34.88%33.73%-
XYZ7.528.735.03-
YUV81.38113.67128.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 56 (22.27% from 255) = 25%
R=36.61%
G=38.39%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286560.0500.350.666821.1327.84
Hex52563850234244151c
Octal1221267050431021042534
Binary101001010101101110001010100011100001010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525638; }

 p { color: rgb(82,86,56); }

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

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

 a { background-color: rgb(82,86,56); }

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

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

 span { border-color: rgb(82,86,56); }

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