#12924D

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

Shades of Salem #12924D

Tints of Salem #12924D

Color information

#12924D (or 0x12924D) is unknown color: approx Salem. HEX triplet: 12, 92 and 4D. RGB value is (18,146,77). Sum of RGB (Red+Green+Blue) = 18+146+77=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #12924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12924D is #ED6DB2. Grayscale: #646464. Windows color (decimal): -15560115 or 5083666. OLE color: 5083666.

HSL color Cylindrical-coordinate representation of color #12924D: hue angle of 147.66º 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 #12924D is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1814677-
CMYK0.8800.470.43
HSL147.66º78.05%32.16%-
HSV(B)147.66º87.67%57.25%-
XYZ11.8721.2210.49-
YUV99.86115.0969.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=7.47%
G=60.58%
B=31.95%

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
Decimal18146770.8800.470.43147.6678.0532.16
Hex12924D5802F2B944e20
Octal222221151300575322411640
Binary1001010010010100110110110000101111101011100101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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