Html Css Color HEX #11893B Salem

📋 copy color: '#11893B'

red 17 ◦ green 137 ◦ blue 59

#11893B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #11893B

Tints of Salem #11893B

RGB

 RED value IS 17 (7.03% from 255) = 7.98%

 GREEN value IS 137 (53.91% from 255) = 64.32%

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 7.98%
G = 64.32%
B = 27.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#11893B (or 0x11893B) is known color: Salem. HEX triplet: 11, 89 and 3B. RGB value is (17,137,59). Sum of RGB (Red+Green+Blue) = 17+137+59=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #11893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11893B is #EE76C4. Grayscale: #5C5C5C. Windows color (decimal): -15627973 or 3901713. OLE color: 3901713.

HSL color Cylindrical-coordinate representation of color #11893B: hue angle of 141º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11893B is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 59 -
CMYK 0.88 0 0.57 0.46
HSL 141º 0.78% 0.3% -
HSV(B) 141º 0.88% 0.54% -
XYZ 9.97 18.33 7.15 -
YUV 92.23 109.24 74.34 -
System Red Green Blue C M Y K H S L
Decimal 17 137 59 0.88 0 0.57 0.46 141 0.78 0.3
Hex 11 89 3B 58 0 39 2E 8D 4E 1E
Octal 21 211 73 130 0 71 56 215 116 36
Binary 10001 10001001 111011 1011000 0 111001 101110 10001101 1001110 11110

Color Harmonies of #11893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11893B

Black with #11893B

Text Example


Text Example

White with #11893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,137,59); }

 H1.HeaderClassName
 {
   color: #11893B;
 }
 .AnyTagClassName
 {
   color: #11893B;
 }
</style>

background-color css

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

 a { background-color: rgb(17,137,59); }

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

border-color css

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

 span { border-color: rgb(17,137,59); }

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