#175D47

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

Shades of Jewel #175D47

Tints of Jewel #175D47

Color information

#175D47 (or 0x175D47) is unknown color: approx Jewel. HEX triplet: 17, 5D and 47. RGB value is (23,93,71). Sum of RGB (Red+Green+Blue) = 23+93+71=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #175D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175D47 is #E8A2B8. Grayscale: #454545. Windows color (decimal): -15246009 or 4676887. OLE color: 4676887.

HSL color Cylindrical-coordinate representation of color #175D47: hue angle of 161.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175D47 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB239371-
CMYK0.7500.240.64
HSL161.14º60.34%22.75%-
HSV(B)161.14º75.27%36.47%-
XYZ5.418.477.31-
YUV69.56128.8194.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 93 (36.72% from 255) = 49.73%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=12.30%
G=49.73%
B=37.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2393710.7500.240.64161.1460.3422.75
Hex175D474B01840a13c17
Octal271351071130301002417427
Binary1011110111011000111100101101100010000001010000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175D47; }

 p { color: rgb(23,93,71); }

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

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

 a { background-color: rgb(23,93,71); }

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

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

 span { border-color: rgb(23,93,71); }

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