#515338

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

Shades of Kelp #515338

Tints of Kelp #515338

Color information

#515338 (or 0x515338) is unknown color: approx Kelp. HEX triplet: 51, 53 and 38. RGB value is (81,83,56). Sum of RGB (Red+Green+Blue) = 81+83+56=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #515338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515338 is #AEACC7. Grayscale: #4F4F4F. Windows color (decimal): -11447496 or 3691345. OLE color: 3691345.

HSL color Cylindrical-coordinate representation of color #515338: hue angle of 64.44º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #515338 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB818356-
CMYK0.0200.330.67
HSL64.44º19.42%27.25%-
HSV(B)64.44º32.53%32.55%-
XYZ7.28.224.95-
YUV79.32114.84129.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=36.82%
G=37.73%
B=25.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183560.0200.330.6764.4419.4227.25
Hex51533820214340131b
Octal1211237020411031002333
Binary10100011010011111000100100001100001110000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515338; }

 p { color: rgb(81,83,56); }

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

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

 a { background-color: rgb(81,83,56); }

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

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

 span { border-color: rgb(81,83,56); }

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