Html Css Color HEX #11764C Salem

📋 copy color: '#11764C'

red 17 ◦ green 118 ◦ blue 76

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

Shades of Salem #11764C

Tints of Salem #11764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.92%

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

R = 8.06%
G = 55.92%
B = 36.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#11764C (or 0x11764C) is known color: Salem. HEX triplet: 11, 76 and 4C. RGB value is (17,118,76). Sum of RGB (Red+Green+Blue) = 17+118+76=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #11764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11764C is #EE89B3. Grayscale: #535353. Windows color (decimal): -15632820 or 5010961. OLE color: 5010961.

HSL color Cylindrical-coordinate representation of color #11764C: hue angle of 155.05º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11764C is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 118 76 -
CMYK 0.86 0 0.36 0.54
HSL 155.05º 0.75% 0.26% -
HSV(B) 155.05º 0.86% 0.46% -
XYZ 8.01 13.6 9.04 -
YUV 83.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 17 118 76 0.86 0 0.36 0.54 155.05 0.75 0.26
Hex 11 76 4C 56 0 24 36 9B 4B 1A
Octal 21 166 114 126 0 44 66 233 113 32
Binary 10001 1110110 1001100 1010110 0 100100 110110 10011011 1001011 11010

Color Harmonies of #11764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11764C

Black with #11764C

Text Example


Text Example

White with #11764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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