Html Css Color HEX #11864B Salem

📋 copy color: '#11864B'

red 17 ◦ green 134 ◦ blue 75

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

Shades of Salem #11864B

Tints of Salem #11864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 7.52%
G = 59.29%
B = 33.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#11864B (or 0x11864B) is known color: Salem. HEX triplet: 11, 86 and 4B. RGB value is (17,134,75). Sum of RGB (Red+Green+Blue) = 17+134+75=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #11864B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11864B is #EE79B4. Grayscale: #5C5C5C. Windows color (decimal): -15628725 or 4949521. OLE color: 4949521.

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

Color convert

RGB 17 134 75 -
CMYK 0.87 0 0.44 0.47
HSL 149.74º 0.77% 0.3% -
HSV(B) 149.74º 0.87% 0.53% -
XYZ 10.03 17.68 9.54 -
YUV 92.29 118.24 74.3 -
System Red Green Blue C M Y K H S L
Decimal 17 134 75 0.87 0 0.44 0.47 149.74 0.77 0.3
Hex 11 86 4B 57 0 2C 2F 96 4D 1E
Octal 21 206 113 127 0 54 57 226 115 36
Binary 10001 10000110 1001011 1010111 0 101100 101111 10010110 1001101 11110

Color Harmonies of #11864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11864B

Black with #11864B

Text Example


Text Example

White with #11864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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