#12714E

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

Shades of Salem #12714E

Tints of Salem #12714E

Color information

#12714E (or 0x12714E) is unknown color: approx Salem. HEX triplet: 12, 71 and 4E. RGB value is (18,113,78). Sum of RGB (Red+Green+Blue) = 18+113+78=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #12714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12714E is #ED8EB1. Grayscale: #505050. Windows color (decimal): -15568562 or 5140754. OLE color: 5140754.

HSL color Cylindrical-coordinate representation of color #12714E: hue angle of 157.89º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12714E is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1811378-
CMYK0.8400.310.56
HSL157.89º72.52%25.69%-
HSV(B)157.89º84.07%44.31%-
XYZ7.5312.499.22-
YUV80.6126.5383.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=8.61%
G=54.07%
B=37.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113780.8400.310.56157.8972.5225.69
Hex12714E5401F389e491a
Octal221611161240377023611132
Binary1001011100011001110101010001111111100010011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,113,78); }

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

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

 a { background-color: rgb(18,113,78); }

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

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

 span { border-color: rgb(18,113,78); }

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