Html Css Color HEX #177350 Salem

📋 copy color: '#177350'

red 23 ◦ green 115 ◦ blue 80

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

Shades of Salem #177350

Tints of Salem #177350

RGB

 RED value IS 23 (9.38% from 255) = 10.55%

 GREEN value IS 115 (45.31% from 255) = 52.75%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 10.55%
G = 52.75%
B = 36.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#177350 (or 0x177350) is known color: Salem. HEX triplet: 17, 73 and 50. RGB value is (23,115,80). Sum of RGB (Red+Green+Blue) = 23+115+80=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #177350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177350 is #E88CAF. Grayscale: #535353. Windows color (decimal): -15240368 or 5272343. OLE color: 5272343.

HSL color Cylindrical-coordinate representation of color #177350: hue angle of 157.17º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177350 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 115 80 -
CMYK 0.80 0 0.30 0.55
HSL 157.17º 0.67% 0.27% -
HSV(B) 157.17º 0.8% 0.45% -
XYZ 7.93 13.02 9.69 -
YUV 83.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 23 115 80 0.80 0 0.30 0.55 157.17 0.67 0.27
Hex 17 73 50 50 0 1E 37 9D 43 1B
Octal 27 163 120 120 0 36 67 235 103 33
Binary 10111 1110011 1010000 1010000 0 11110 110111 10011101 1000011 11011

Color Harmonies of #177350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177350

Black with #177350

Text Example


Text Example

White with #177350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177350; }

 p { color: rgb(23,115,80); }

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

background-color css

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

 a { background-color: rgb(23,115,80); }

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

border-color css

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

 span { border-color: rgb(23,115,80); }

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