#15824D

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

Shades of Salem #15824D

Tints of Salem #15824D

Color information

#15824D (or 0x15824D) is unknown color: approx Salem. HEX triplet: 15, 82 and 4D. RGB value is (21,130,77). Sum of RGB (Red+Green+Blue) = 21+130+77=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #15824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15824D is #EA7DB2. Grayscale: #5B5B5B. Windows color (decimal): -15367603 or 5079573. OLE color: 5079573.

HSL color Cylindrical-coordinate representation of color #15824D: hue angle of 150.83º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15824D is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB2113077-
CMYK0.8400.410.49
HSL150.83º72.19%29.61%-
HSV(B)150.83º83.85%50.98%-
XYZ9.6316.669.73-
YUV91.37119.8977.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=9.21%
G=57.02%
B=33.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130770.8400.410.49150.8372.1929.61
Hex15824D540293197481e
Octal252021151240516122711036
Binary101011000001010011011010100010100111000110010111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15824D; }

 p { color: rgb(21,130,77); }

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

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

 a { background-color: rgb(21,130,77); }

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

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

 span { border-color: rgb(21,130,77); }

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