#15853F

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

Shades of Salem #15853F

Tints of Salem #15853F

Color information

#15853F (or 0x15853F) is unknown color: approx Salem. HEX triplet: 15, 85 and 3F. RGB value is (21,133,63). Sum of RGB (Red+Green+Blue) = 21+133+63=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #15853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15853F is #EA7AC0. Grayscale: #5B5B5B. Windows color (decimal): -15366849 or 4162837. OLE color: 4162837.

HSL color Cylindrical-coordinate representation of color #15853F: hue angle of 142.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15853F is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB2113363-
CMYK0.8400.530.48
HSL142.5º72.73%30.2%-
HSV(B)142.5º84.21%52.16%-
XYZ9.5917.297.53-
YUV91.53111.8977.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 63 (25% from 255) = 29.03%
R=9.68%
G=61.29%
B=29.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21133630.8400.530.48142.572.7330.2
Hex15853F54035308e491e
Octal25205771240656021611136
Binary10101100001011111111010100011010111000010001110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15853F; }

 p { color: rgb(21,133,63); }

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

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

 a { background-color: rgb(21,133,63); }

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

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

 span { border-color: rgb(21,133,63); }

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