#12824B

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

Shades of Salem #12824B

Tints of Salem #12824B

Color information

#12824B (or 0x12824B) is unknown color: approx Salem. HEX triplet: 12, 82 and 4B. RGB value is (18,130,75). Sum of RGB (Red+Green+Blue) = 18+130+75=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #12824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12824B is #ED7DB4. Grayscale: #5A5A5A. Windows color (decimal): -15564213 or 4948498. OLE color: 4948498.

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

Color convert

RGB1813075-
CMYK0.8600.420.49
HSL150.54º75.68%29.02%-
HSV(B)150.54º86.15%50.98%-
XYZ9.516.69.36-
YUV90.24119.3976.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=8.07%
G=58.30%
B=33.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130750.8600.420.49150.5475.6829.02
Hex12824B5602A31974c1d
Octal222021131260526122711435
Binary100101000001010010111010110010101011000110010111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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