#12844D

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

Shades of Salem #12844D

Tints of Salem #12844D

Color information

#12844D (or 0x12844D) is unknown color: approx Salem. HEX triplet: 12, 84 and 4D. RGB value is (18,132,77). Sum of RGB (Red+Green+Blue) = 18+132+77=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #12844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12844D is #ED7BB2. Grayscale: #5B5B5B. Windows color (decimal): -15563699 or 5080082. OLE color: 5080082.

HSL color Cylindrical-coordinate representation of color #12844D: hue angle of 151.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12844D is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1813277-
CMYK0.8600.420.48
HSL151.05º76%29.41%-
HSV(B)151.05º86.36%51.76%-
XYZ9.8417.179.82-
YUV91.64119.7375.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=7.93%
G=58.15%
B=33.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132770.8600.420.48151.057629.41
Hex12844D5602A30974c1d
Octal222041151260526022711435
Binary100101000010010011011010110010101011000010010111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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