#176345

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

Shades of Jewel #176345

Tints of Jewel #176345

Color information

#176345 (or 0x176345) is unknown color: approx Jewel. HEX triplet: 17, 63 and 45. RGB value is (23,99,69). Sum of RGB (Red+Green+Blue) = 23+99+69=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #176345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176345 is #E89CBA. Grayscale: #484848. Windows color (decimal): -15244475 or 4547351. OLE color: 4547351.

HSL color Cylindrical-coordinate representation of color #176345: hue angle of 156.32º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176345 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB239969-
CMYK0.7700.300.61
HSL156.32º62.3%23.92%-
HSV(B)156.32º76.77%38.82%-
XYZ5.899.547.16-
YUV72.86125.8292.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=12.04%
G=51.83%
B=36.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2399690.7700.300.61156.3262.323.92
Hex1763454D01E3D9c3e18
Octal27143105115036752347630
Binary101111100011100010110011010111101111011001110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176345; }

 p { color: rgb(23,99,69); }

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

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

 a { background-color: rgb(23,99,69); }

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

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

 span { border-color: rgb(23,99,69); }

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