Html Css Color HEX #11824D Salem

📋 copy color: '#11824D'

red 17 ◦ green 130 ◦ blue 77

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

Shades of Salem #11824D

Tints of Salem #11824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 7.59%
G = 58.04%
B = 34.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#11824D (or 0x11824D) is known color: Salem. HEX triplet: 11, 82 and 4D. RGB value is (17,130,77). Sum of RGB (Red+Green+Blue) = 17+130+77=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #11824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11824D is #EE7DB2. Grayscale: #5A5A5A. Windows color (decimal): -15629747 or 5079569. OLE color: 5079569.

HSL color Cylindrical-coordinate representation of color #11824D: hue angle of 151.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11824D is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 77 -
CMYK 0.87 0 0.41 0.49
HSL 151.86º 0.77% 0.29% -
HSV(B) 151.86º 0.87% 0.51% -
XYZ 9.55 16.62 9.73 -
YUV 90.17 120.56 75.81 -
System Red Green Blue C M Y K H S L
Decimal 17 130 77 0.87 0 0.41 0.49 151.86 0.77 0.29
Hex 11 82 4D 57 0 29 31 98 4D 1D
Octal 21 202 115 127 0 51 61 230 115 35
Binary 10001 10000010 1001101 1010111 0 101001 110001 10011000 1001101 11101

Color Harmonies of #11824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11824D

Black with #11824D

Text Example


Text Example

White with #11824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,130,77); }

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

background-color css

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

 a { background-color: rgb(17,130,77); }

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

border-color css

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

 span { border-color: rgb(17,130,77); }

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