Html Css Color HEX #11844B Salem

📋 copy color: '#11844B'

red 17 ◦ green 132 ◦ blue 75

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

Shades of Salem #11844B

Tints of Salem #11844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.93%

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

R = 7.59%
G = 58.93%
B = 33.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#11844B (or 0x11844B) is known color: Salem. HEX triplet: 11, 84 and 4B. RGB value is (17,132,75). Sum of RGB (Red+Green+Blue) = 17+132+75=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #11844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11844B is #EE7BB4. Grayscale: #5B5B5B. Windows color (decimal): -15629237 or 4949009. OLE color: 4949009.

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

Color convert

RGB 17 132 75 -
CMYK 0.87 0 0.43 0.48
HSL 150.26º 0.77% 0.29% -
HSV(B) 150.26º 0.87% 0.52% -
XYZ 9.75 17.13 9.45 -
YUV 91.12 118.9 75.13 -
System Red Green Blue C M Y K H S L
Decimal 17 132 75 0.87 0 0.43 0.48 150.26 0.77 0.29
Hex 11 84 4B 57 0 2B 30 96 4D 1D
Octal 21 204 113 127 0 53 60 226 115 35
Binary 10001 10000100 1001011 1010111 0 101011 110000 10010110 1001101 11101

Color Harmonies of #11844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11844B

Black with #11844B

Text Example


Text Example

White with #11844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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