#12824F

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

Shades of Salem #12824F

Tints of Salem #12824F

Color information

#12824F (or 0x12824F) is unknown color: approx Salem. HEX triplet: 12, 82 and 4F. RGB value is (18,130,79). Sum of RGB (Red+Green+Blue) = 18+130+79=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #12824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12824F is #ED7DB0. Grayscale: #5A5A5A. Windows color (decimal): -15564209 or 5210642. OLE color: 5210642.

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

Color convert

RGB1813079-
CMYK0.8600.390.49
HSL152.68º75.68%29.02%-
HSV(B)152.68º86.15%50.98%-
XYZ9.6416.6610.1-
YUV90.7121.3976.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=7.93%
G=57.27%
B=34.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130790.8600.390.49152.6875.6829.02
Hex12824F5602731994c1d
Octal222021171260476123111435
Binary100101000001010011111010110010011111000110011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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