#12874B

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

Shades of Salem #12874B

Tints of Salem #12874B

Color information

#12874B (or 0x12874B) is unknown color: approx Salem. HEX triplet: 12, 87 and 4B. RGB value is (18,135,75). Sum of RGB (Red+Green+Blue) = 18+135+75=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #12874B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12874B is #ED78B4. Grayscale: #5D5D5D. Windows color (decimal): -15562933 or 4949778. OLE color: 4949778.

HSL color Cylindrical-coordinate representation of color #12874B: hue angle of 149.23º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12874B is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1813575-
CMYK0.8700.440.47
HSL149.23º76.47%30%-
HSV(B)149.23º86.67%52.94%-
XYZ10.1817.969.59-
YUV93.18117.7474.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 135 (53.12% from 255) = 59.21%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=7.89%
G=59.21%
B=32.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135750.8700.440.47149.2376.4730
Hex12874B5702C2F954c1e
Octal222071131270545722511436
Binary100101000011110010111010111010110010111110010101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,135,75); }

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

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

 a { background-color: rgb(18,135,75); }

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

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

 span { border-color: rgb(18,135,75); }

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