#12814E

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

Shades of Salem #12814E

Tints of Salem #12814E

Color information

#12814E (or 0x12814E) is unknown color: approx Salem. HEX triplet: 12, 81 and 4E. RGB value is (18,129,78). Sum of RGB (Red+Green+Blue) = 18+129+78=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #12814E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12814E is #ED7EB1. Grayscale: #5A5A5A. Windows color (decimal): -15564466 or 5144850. OLE color: 5144850.

HSL color Cylindrical-coordinate representation of color #12814E: hue angle of 152.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12814E is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1812978-
CMYK0.8600.400.49
HSL152.43º75.51%28.82%-
HSV(B)152.43º86.05%50.59%-
XYZ9.4716.389.87-
YUV90121.2376.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=8%
G=57.33%
B=34.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18129780.8600.400.49152.4375.5128.82
Hex12814E5602831984c1d
Octal222011161260506123011435
Binary100101000000110011101010110010100011000110011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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