#15853E

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

Shades of Salem #15853E

Tints of Salem #15853E

Color information

#15853E (or 0x15853E) is unknown color: approx Salem. HEX triplet: 15, 85 and 3E. RGB value is (21,133,62). Sum of RGB (Red+Green+Blue) = 21+133+62=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #15853E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15853E is #EA7AC1. Grayscale: #5B5B5B. Windows color (decimal): -15366850 or 4097301. OLE color: 4097301.

HSL color Cylindrical-coordinate representation of color #15853E: hue angle of 141.96º 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 #15853E is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB2113362-
CMYK0.8400.530.48
HSL141.96º72.73%30.2%-
HSV(B)141.96º84.21%52.16%-
XYZ9.5717.287.39-
YUV91.42111.3977.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=9.72%
G=61.57%
B=28.70%

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
Decimal21133620.8400.530.48141.9672.7330.2
Hex15853E54035308e491e
Octal25205761240656021611136
Binary10101100001011111101010100011010111000010001110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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