Html Css Color HEX #11814D Salem

📋 copy color: '#11814D'

red 17 ◦ green 129 ◦ blue 77

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

Shades of Salem #11814D

Tints of Salem #11814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.85%

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

R = 7.62%
G = 57.85%
B = 34.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#11814D (or 0x11814D) is known color: Salem. HEX triplet: 11, 81 and 4D. RGB value is (17,129,77). Sum of RGB (Red+Green+Blue) = 17+129+77=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #11814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11814D is #EE7EB2. Grayscale: #595959. Windows color (decimal): -15630003 or 5079313. OLE color: 5079313.

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

Color convert

RGB 17 129 77 -
CMYK 0.87 0 0.40 0.49
HSL 152.14º 0.77% 0.29% -
HSV(B) 152.14º 0.87% 0.51% -
XYZ 9.42 16.36 9.68 -
YUV 89.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 17 129 77 0.87 0 0.40 0.49 152.14 0.77 0.29
Hex 11 81 4D 57 0 28 31 98 4D 1D
Octal 21 201 115 127 0 50 61 230 115 35
Binary 10001 10000001 1001101 1010111 0 101000 110001 10011000 1001101 11101

Color Harmonies of #11814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11814D

Black with #11814D

Text Example


Text Example

White with #11814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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