#15814B

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

Shades of Salem #15814B

Tints of Salem #15814B

Color information

#15814B (or 0x15814B) is unknown color: approx Salem. HEX triplet: 15, 81 and 4B. RGB value is (21,129,75). Sum of RGB (Red+Green+Blue) = 21+129+75=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #15814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15814B is #EA7EB4. Grayscale: #5A5A5A. Windows color (decimal): -15367861 or 4948245. OLE color: 4948245.

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

Color convert

RGB2112975-
CMYK0.8400.420.49
HSL150º72%29.41%-
HSV(B)150º83.72%50.59%-
XYZ9.4316.379.32-
YUV90.55119.2278.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=9.33%
G=57.33%
B=33.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21129750.8400.420.491507229.41
Hex15814B5402A3196481d
Octal252011131240526122611035
Binary101011000000110010111010100010101011000110010110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15814B; }

 p { color: rgb(21,129,75); }

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

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

 a { background-color: rgb(21,129,75); }

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

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

 span { border-color: rgb(21,129,75); }

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