Html Css Color HEX #11764D Salem

📋 copy color: '#11764D'

red 17 ◦ green 118 ◦ blue 77

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

Shades of Salem #11764D

Tints of Salem #11764D

RGB

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

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

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

R = 8.02%
G = 55.66%
B = 36.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#11764D (or 0x11764D) is known color: Salem. HEX triplet: 11, 76 and 4D. RGB value is (17,118,77). Sum of RGB (Red+Green+Blue) = 17+118+77=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #11764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11764D is #EE89B2. Grayscale: #535353. Windows color (decimal): -15632819 or 5076497. OLE color: 5076497.

HSL color Cylindrical-coordinate representation of color #11764D: hue angle of 155.64º 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 #11764D is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 118 77 -
CMYK 0.86 0 0.35 0.54
HSL 155.64º 0.75% 0.26% -
HSV(B) 155.64º 0.86% 0.46% -
XYZ 8.05 13.61 9.22 -
YUV 83.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 17 118 77 0.86 0 0.35 0.54 155.64 0.75 0.26
Hex 11 76 4D 56 0 23 36 9C 4B 1A
Octal 21 166 115 126 0 43 66 234 113 32
Binary 10001 1110110 1001101 1010110 0 100011 110110 10011100 1001011 11010

Color Harmonies of #11764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11764D

Black with #11764D

Text Example


Text Example

White with #11764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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