#11843F

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

Shades of Salem #11843F

Tints of Salem #11843F

Color information

#11843F (or 0x11843F) is unknown color: approx Salem. HEX triplet: 11, 84 and 3F. RGB value is (17,132,63). Sum of RGB (Red+Green+Blue) = 17+132+63=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #11843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11843F is #EE7BC0. Grayscale: #595959. Windows color (decimal): -15629249 or 4162577. OLE color: 4162577.

HSL color Cylindrical-coordinate representation of color #11843F: hue angle of 144º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11843F is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1713263-
CMYK0.8700.520.48
HSL144º77.18%29.22%-
HSV(B)144º87.12%51.76%-
XYZ9.3816.987.49-
YUV89.75112.976.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 63 (25% from 255) = 29.72%
R=8.02%
G=62.26%
B=29.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17132630.8700.520.4814477.1829.22
Hex11843F5703430904d1d
Octal21204771270646022011535
Binary10001100001001111111010111011010011000010010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11843F; }

 p { color: rgb(17,132,63); }

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

<style>
 a { background-color: #11843F; }

 a { background-color: rgb(17,132,63); }

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

<style>
 span { border-color: #11843F; }

 span { border-color: rgb(17,132,63); }

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