#19893B

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

Shades of Salem #19893B

Tints of Salem #19893B

Color information

#19893B (or 0x19893B) is unknown color: approx Salem. HEX triplet: 19, 89 and 3B. RGB value is (25,137,59). Sum of RGB (Red+Green+Blue) = 25+137+59=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #19893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19893B is #E676C4. Grayscale: #5E5E5E. Windows color (decimal): -15103685 or 3901721. OLE color: 3901721.

HSL color Cylindrical-coordinate representation of color #19893B: hue angle of 138.21º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19893B is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB2513759-
CMYK0.8200.570.46
HSL138.21º69.14%31.76%-
HSV(B)138.21º81.75%53.73%-
XYZ10.1418.417.16-
YUV94.62107.8978.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 137 (53.91% from 255) = 61.99%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=11.31%
G=61.99%
B=26.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25137590.8200.570.46138.2169.1431.76
Hex19893B520392E8a4520
Octal31211731220715621210540
Binary110011000100111101110100100111001101110100010101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,137,59); }

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

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

 a { background-color: rgb(25,137,59); }

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

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

 span { border-color: rgb(25,137,59); }

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