Html Css Color HEX #11893D Salem

📋 copy color: '#11893D'

red 17 ◦ green 137 ◦ blue 61

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

Shades of Salem #11893D

Tints of Salem #11893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 7.91%
G = 63.72%
B = 28.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#11893D (or 0x11893D) is known color: Salem. HEX triplet: 11, 89 and 3D. RGB value is (17,137,61). Sum of RGB (Red+Green+Blue) = 17+137+61=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #11893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11893D is #EE76C2. Grayscale: #5C5C5C. Windows color (decimal): -15627971 or 4032785. OLE color: 4032785.

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

Color convert

RGB 17 137 61 -
CMYK 0.88 0 0.55 0.46
HSL 142º 0.78% 0.3% -
HSV(B) 142º 0.88% 0.54% -
XYZ 10.02 18.35 7.43 -
YUV 92.46 110.24 74.18 -
System Red Green Blue C M Y K H S L
Decimal 17 137 61 0.88 0 0.55 0.46 142 0.78 0.3
Hex 11 89 3D 58 0 37 2E 8E 4E 1E
Octal 21 211 75 130 0 67 56 216 116 36
Binary 10001 10001001 111101 1011000 0 110111 101110 10001110 1001110 11110

Color Harmonies of #11893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11893D

Black with #11893D

Text Example


Text Example

White with #11893D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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