#176349

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

Shades of Jewel #176349

Tints of Jewel #176349

Color information

#176349 (or 0x176349) is unknown color: approx Jewel. HEX triplet: 17, 63 and 49. RGB value is (23,99,73). Sum of RGB (Red+Green+Blue) = 23+99+73=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #176349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176349 is #E89CB6. Grayscale: #494949. Windows color (decimal): -15244471 or 4809495. OLE color: 4809495.

HSL color Cylindrical-coordinate representation of color #176349: hue angle of 159.47º 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 #176349 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB239973-
CMYK0.7700.260.61
HSL159.47º62.3%23.92%-
HSV(B)159.47º76.77%38.82%-
XYZ6.029.597.84-
YUV73.31127.8292.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=11.79%
G=50.77%
B=37.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2399730.7700.260.61159.4762.323.92
Hex1763494D01A3D9f3e18
Octal27143111115032752377630
Binary101111100011100100110011010110101111011001111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176349; }

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

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

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

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

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

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

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

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