Html Css Color HEX #11864C Salem

📋 copy color: '#11864C'

red 17 ◦ green 134 ◦ blue 76

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

Shades of Salem #11864C

Tints of Salem #11864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.03%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 7.49%
G = 59.03%
B = 33.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#11864C (or 0x11864C) is known color: Salem. HEX triplet: 11, 86 and 4C. RGB value is (17,134,76). Sum of RGB (Red+Green+Blue) = 17+134+76=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #11864C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11864C is #EE79B3. Grayscale: #5C5C5C. Windows color (decimal): -15628724 or 5015057. OLE color: 5015057.

HSL color Cylindrical-coordinate representation of color #11864C: hue angle of 150.26º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11864C is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 134 76 -
CMYK 0.87 0 0.43 0.47
HSL 150.26º 0.77% 0.3% -
HSV(B) 150.26º 0.87% 0.53% -
XYZ 10.06 17.69 9.72 -
YUV 92.41 118.74 74.22 -
System Red Green Blue C M Y K H S L
Decimal 17 134 76 0.87 0 0.43 0.47 150.26 0.77 0.3
Hex 11 86 4C 57 0 2B 2F 96 4D 1E
Octal 21 206 114 127 0 53 57 226 115 36
Binary 10001 10000110 1001100 1010111 0 101011 101111 10010110 1001101 11110

Color Harmonies of #11864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11864C

Black with #11864C

Text Example


Text Example

White with #11864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11864C; }

 p { color: rgb(17,134,76); }

 H1.HeaderClassName
 {
   color: #11864C;
 }
 .AnyTagClassName
 {
   color: #11864C;
 }
</style>

background-color css

<style>
 a { background-color: #11864C; }

 a { background-color: rgb(17,134,76); }

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

border-color css

<style>
 span { border-color: #11864C; }

 span { border-color: rgb(17,134,76); }

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