#12913B

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

Shades of Salem #12913B

Tints of Salem #12913B

Color information

#12913B (or 0x12913B) is unknown color: approx Salem. HEX triplet: 12, 91 and 3B. RGB value is (18,145,59). Sum of RGB (Red+Green+Blue) = 18+145+59=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #12913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12913B is #ED6EC4. Grayscale: #616161. Windows color (decimal): -15560389 or 3903762. OLE color: 3903762.

HSL color Cylindrical-coordinate representation of color #12913B: hue angle of 139.37º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12913B is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB1814559-
CMYK0.8800.590.43
HSL139.37º77.91%31.96%-
HSV(B)139.37º87.59%56.86%-
XYZ11.1620.77.54-
YUV97.22106.4271.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 145 (57.03% from 255) = 65.32%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=8.11%
G=65.32%
B=26.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145590.8800.590.43139.3777.9131.96
Hex12913B5803B2B8b4e20
Octal22221731300735321311640
Binary100101001000111101110110000111011101011100010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,145,59); }

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

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

 a { background-color: rgb(18,145,59); }

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

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

 span { border-color: rgb(18,145,59); }

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