Html Css Color HEX #11764F Salem

📋 copy color: '#11764F'

red 17 ◦ green 118 ◦ blue 79

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

Shades of Salem #11764F

Tints of Salem #11764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 7.94%
G = 55.14%
B = 36.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#11764F (or 0x11764F) is known color: Salem. HEX triplet: 11, 76 and 4F. RGB value is (17,118,79). Sum of RGB (Red+Green+Blue) = 17+118+79=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #11764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11764F is #EE89B0. Grayscale: #535353. Windows color (decimal): -15632817 or 5207569. OLE color: 5207569.

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

Color convert

RGB 17 118 79 -
CMYK 0.86 0 0.33 0.54
HSL 156.83º 0.75% 0.26% -
HSV(B) 156.83º 0.86% 0.46% -
XYZ 8.12 13.64 9.6 -
YUV 83.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 17 118 79 0.86 0 0.33 0.54 156.83 0.75 0.26
Hex 11 76 4F 56 0 21 36 9D 4B 1A
Octal 21 166 117 126 0 41 66 235 113 32
Binary 10001 1110110 1001111 1010110 0 100001 110110 10011101 1001011 11010

Color Harmonies of #11764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11764F

Black with #11764F

Text Example


Text Example

White with #11764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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