Html Css Color HEX #11894D Salem

📋 copy color: '#11894D'

red 17 ◦ green 137 ◦ blue 77

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

Shades of Salem #11894D

Tints of Salem #11894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.33%

R = 7.36%
G = 59.31%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#11894D (or 0x11894D) is known color: Salem. HEX triplet: 11, 89 and 4D. RGB value is (17,137,77). Sum of RGB (Red+Green+Blue) = 17+137+77=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #11894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11894D is #EE76B2. Grayscale: #5E5E5E. Windows color (decimal): -15627955 or 5081361. OLE color: 5081361.

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

Color convert

RGB 17 137 77 -
CMYK 0.88 0 0.44 0.46
HSL 150º 0.78% 0.3% -
HSV(B) 150º 0.88% 0.54% -
XYZ 10.52 18.55 10.05 -
YUV 94.28 118.24 72.88 -
System Red Green Blue C M Y K H S L
Decimal 17 137 77 0.88 0 0.44 0.46 150 0.78 0.3
Hex 11 89 4D 58 0 2C 2E 96 4E 1E
Octal 21 211 115 130 0 54 56 226 116 36
Binary 10001 10001001 1001101 1011000 0 101100 101110 10010110 1001110 11110

Color Harmonies of #11894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11894D

Black with #11894D

Text Example


Text Example

White with #11894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11894D;
 }
 .AnyTagClassName
 {
   color: #11894D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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