#515342

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

Shades of Kelp #515342

Tints of Kelp #515342

Color information

#515342 (or 0x515342) is unknown color: approx Kelp. HEX triplet: 51, 53 and 42. RGB value is (81,83,66). Sum of RGB (Red+Green+Blue) = 81+83+66=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #515342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515342 is #AEACBD. Grayscale: #505050. Windows color (decimal): -11447486 or 4346705. OLE color: 4346705.

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

Color convert

RGB818366-
CMYK0.0200.200.67
HSL67.06º11.41%29.22%-
HSV(B)67.06º20.48%32.55%-
XYZ7.478.336.37-
YUV80.46119.84128.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=35.22%
G=36.09%
B=28.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183660.0200.200.6767.0611.4129.22
Hex51534220144343b1d
Octal12112310220241031031335
Binary1010001101001110000101001010010000111000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515342; }

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

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

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

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

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

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

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

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