#11824E

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

Shades of Salem #11824E

Tints of Salem #11824E

Color information

#11824E (or 0x11824E) is unknown color: approx Salem. HEX triplet: 11, 82 and 4E. RGB value is (17,130,78). Sum of RGB (Red+Green+Blue) = 17+130+78=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #11824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11824E is #EE7DB1. Grayscale: #5A5A5A. Windows color (decimal): -15629746 or 5145105. OLE color: 5145105.

HSL color Cylindrical-coordinate representation of color #11824E: hue angle of 152.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11824E is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1713078-
CMYK0.8700.400.49
HSL152.39º76.87%28.82%-
HSV(B)152.39º86.92%50.98%-
XYZ9.5916.639.91-
YUV90.28121.0675.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=7.56%
G=57.78%
B=34.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17130780.8700.400.49152.3976.8728.82
Hex11824E5702831984d1d
Octal212021161270506123011535
Binary100011000001010011101010111010100011000110011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,130,78); }

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

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

 a { background-color: rgb(17,130,78); }

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

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

 span { border-color: rgb(17,130,78); }

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