#177250

Color #177250 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #177250

Tints of Salem #177250

Color information

#177250 (or 0x177250) is unknown color: approx Salem. HEX triplet: 17, 72 and 50. RGB value is (23,114,80). Sum of RGB (Red+Green+Blue) = 23+114+80=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #177250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177250 is #E88DAF. Grayscale: #525252. Windows color (decimal): -15240624 or 5272087. OLE color: 5272087.

HSL color Cylindrical-coordinate representation of color #177250: hue angle of 157.58º degrees, saturation: 0.66, 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 #177250 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB2311480-
CMYK0.8000.300.55
HSL157.58º66.42%26.86%-
HSV(B)157.58º79.82%44.71%-
XYZ7.8212.89.65-
YUV82.92126.3585.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.60%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=10.60%
G=52.53%
B=36.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23114800.8000.300.55157.5866.4226.86
Hex1772505001E379e421b
Octal271621201200366723610233
Binary1011111100101010000101000001111011011110011110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177250; }

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

 H1.HeaderClassName
 {
   color: #177250;
 }
 .AnyTagClassName
 {
   color: #177250;
 }
</style>
background-color css

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

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

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

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

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

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