#17704E

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

Shades of Salem #17704E

Tints of Salem #17704E

Color information

#17704E (or 0x17704E) is unknown color: approx Salem. HEX triplet: 17, 70 and 4E. RGB value is (23,112,78). Sum of RGB (Red+Green+Blue) = 23+112+78=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #17704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17704E is #E88FB1. Grayscale: #515151. Windows color (decimal): -15241138 or 5140503. OLE color: 5140503.

HSL color Cylindrical-coordinate representation of color #17704E: hue angle of 157.08º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17704E is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2311278-
CMYK0.7900.300.56
HSL157.08º65.93%26.47%-
HSV(B)157.08º79.46%43.92%-
XYZ7.5212.329.19-
YUV81.51126.0186.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=10.80%
G=52.58%
B=36.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23112780.7900.300.56157.0865.9326.47
Hex17704E4F01E389d421a
Octal271601161170367023510232
Binary1011111100001001110100111101111011100010011101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17704E; }

 p { color: rgb(23,112,78); }

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

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

 a { background-color: rgb(23,112,78); }

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

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

 span { border-color: rgb(23,112,78); }

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