#11854B

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

Shades of Salem #11854B

Tints of Salem #11854B

Color information

#11854B (or 0x11854B) is unknown color: approx Salem. HEX triplet: 11, 85 and 4B. RGB value is (17,133,75). Sum of RGB (Red+Green+Blue) = 17+133+75=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #11854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11854B is #EE7AB4. Grayscale: #5B5B5B. Windows color (decimal): -15628981 or 4949265. OLE color: 4949265.

HSL color Cylindrical-coordinate representation of color #11854B: hue angle of 150º 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 #11854B is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1713375-
CMYK0.8700.440.48
HSL150º77.33%29.41%-
HSV(B)150º87.22%52.16%-
XYZ9.8917.49.49-
YUV91.7118.5774.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 133 (52.34% from 255) = 59.11%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=7.56%
G=59.11%
B=33.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17133750.8700.440.4815077.3329.41
Hex11854B5702C30964d1d
Octal212051131270546022611535
Binary100011000010110010111010111010110011000010010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11854B; }

 p { color: rgb(17,133,75); }

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

<style>
 a { background-color: #11854B; }

 a { background-color: rgb(17,133,75); }

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

<style>
 span { border-color: #11854B; }

 span { border-color: rgb(17,133,75); }

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