Html Css Color HEX #11863D Salem

📋 copy color: '#11863D'

red 17 ◦ green 134 ◦ blue 61

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

Shades of Salem #11863D

Tints of Salem #11863D

RGB

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

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

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

R = 8.02%
G = 63.21%
B = 28.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#11863D (or 0x11863D) is known color: Salem. HEX triplet: 11, 86 and 3D. RGB value is (17,134,61). Sum of RGB (Red+Green+Blue) = 17+134+61=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #11863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11863D is #EE79C2. Grayscale: #5A5A5A. Windows color (decimal): -15628739 or 4032017. OLE color: 4032017.

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

Color convert

RGB 17 134 61 -
CMYK 0.87 0 0.54 0.47
HSL 142.56º 0.77% 0.3% -
HSV(B) 142.56º 0.87% 0.53% -
XYZ 9.6 17.51 7.29 -
YUV 90.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 17 134 61 0.87 0 0.54 0.47 142.56 0.77 0.3
Hex 11 86 3D 57 0 36 2F 8F 4D 1E
Octal 21 206 75 127 0 66 57 217 115 36
Binary 10001 10000110 111101 1010111 0 110110 101111 10001111 1001101 11110

Color Harmonies of #11863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11863D

Black with #11863D

Text Example


Text Example

White with #11863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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