#12824E

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

Shades of Salem #12824E

Tints of Salem #12824E

Color information

#12824E (or 0x12824E) is unknown color: approx Salem. HEX triplet: 12, 82 and 4E. RGB value is (18,130,78). Sum of RGB (Red+Green+Blue) = 18+130+78=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #12824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12824E is #ED7DB1. Grayscale: #5A5A5A. Windows color (decimal): -15564210 or 5145106. OLE color: 5145106.

HSL color Cylindrical-coordinate representation of color #12824E: hue angle of 152.14º 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 #12824E is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1813078-
CMYK0.8600.400.49
HSL152.14º75.68%29.02%-
HSV(B)152.14º86.15%50.98%-
XYZ9.6116.649.91-
YUV90.58120.8976.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=7.96%
G=57.52%
B=34.51%

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
Decimal18130780.8600.400.49152.1475.6829.02
Hex12824E5602831984c1d
Octal222021161260506123011435
Binary100101000001010011101010110010100011000110011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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