#12924E

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

Shades of Salem #12924E

Tints of Salem #12924E

Color information

#12924E (or 0x12924E) is unknown color: approx Salem. HEX triplet: 12, 92 and 4E. RGB value is (18,146,78). Sum of RGB (Red+Green+Blue) = 18+146+78=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #12924E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12924E is #ED6DB1. Grayscale: #646464. Windows color (decimal): -15560114 or 5149202. OLE color: 5149202.

HSL color Cylindrical-coordinate representation of color #12924E: hue angle of 148.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12924E is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1814678-
CMYK0.8800.470.43
HSL148.12º78.05%32.16%-
HSV(B)148.12º87.67%57.25%-
XYZ11.921.2410.68-
YUV99.98115.5969.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=7.44%
G=60.33%
B=32.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18146780.8800.470.43148.1278.0532.16
Hex12924E5802F2B944e20
Octal222221161300575322411640
Binary1001010010010100111010110000101111101011100101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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