Html Css Color HEX #11814C Salem

📋 copy color: '#11814C'

red 17 ◦ green 129 ◦ blue 76

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

Shades of Salem #11814C

Tints of Salem #11814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 7.66%
G = 58.11%
B = 34.23%

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

#11814C (or 0x11814C) is known color: Salem. HEX triplet: 11, 81 and 4C. RGB value is (17,129,76). Sum of RGB (Red+Green+Blue) = 17+129+76=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #11814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11814C is #EE7EB3. Grayscale: #595959. Windows color (decimal): -15630004 or 5013777. OLE color: 5013777.

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

Color convert

RGB 17 129 76 -
CMYK 0.87 0 0.41 0.49
HSL 151.61º 0.77% 0.29% -
HSV(B) 151.61º 0.87% 0.51% -
XYZ 9.39 16.34 9.5 -
YUV 89.47 120.39 76.31 -
System Red Green Blue C M Y K H S L
Decimal 17 129 76 0.87 0 0.41 0.49 151.61 0.77 0.29
Hex 11 81 4C 57 0 29 31 98 4D 1D
Octal 21 201 114 127 0 51 61 230 115 35
Binary 10001 10000001 1001100 1010111 0 101001 110001 10011000 1001101 11101

Color Harmonies of #11814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11814C

Black with #11814C

Text Example


Text Example

White with #11814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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