#515340

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

Shades of Kelp #515340

Tints of Kelp #515340

Color information

#515340 (or 0x515340) is unknown color: approx Kelp. HEX triplet: 51, 53 and 40. RGB value is (81,83,64). Sum of RGB (Red+Green+Blue) = 81+83+64=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #515340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515340 is #AEACBF. Grayscale: #505050. Windows color (decimal): -11447488 or 4215633. OLE color: 4215633.

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

Color convert

RGB818364-
CMYK0.0200.230.67
HSL66.32º12.93%28.82%-
HSV(B)66.32º22.89%32.55%-
XYZ7.418.316.06-
YUV80.24118.84128.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=35.53%
G=36.40%
B=28.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183640.0200.230.6766.3212.9328.82
Hex51534020174342d1d
Octal12112310020271031021535
Binary1010001101001110000001001011110000111000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515340; }

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

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

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

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

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

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

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

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