#12824D

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

Shades of Salem #12824D

Tints of Salem #12824D

Color information

#12824D (or 0x12824D) is unknown color: approx Salem. HEX triplet: 12, 82 and 4D. RGB value is (18,130,77). Sum of RGB (Red+Green+Blue) = 18+130+77=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #12824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12824D is #ED7DB2. Grayscale: #5A5A5A. Windows color (decimal): -15564211 or 5079570. OLE color: 5079570.

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

Color convert

RGB1813077-
CMYK0.8600.410.49
HSL151.61º75.68%29.02%-
HSV(B)151.61º86.15%50.98%-
XYZ9.5716.639.73-
YUV90.47120.3976.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=8%
G=57.78%
B=34.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130770.8600.410.49151.6175.6829.02
Hex12824D5602931984c1d
Octal222021151260516123011435
Binary100101000001010011011010110010100111000110011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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