#176449

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

Shades of Jewel #176449

Tints of Jewel #176449

Color information

#176449 (or 0x176449) is unknown color: approx Jewel. HEX triplet: 17, 64 and 49. RGB value is (23,100,73). Sum of RGB (Red+Green+Blue) = 23+100+73=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #176449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176449 is #E89BB6. Grayscale: #494949. Windows color (decimal): -15244215 or 4809751. OLE color: 4809751.

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

Color convert

RGB2310073-
CMYK0.7700.270.61
HSL158.96º62.6%24.12%-
HSV(B)158.96º77%39.22%-
XYZ6.119.787.87-
YUV73.9127.4991.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=11.73%
G=51.02%
B=37.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23100730.7700.270.61158.9662.624.12
Hex1764494D01B3D9f3f18
Octal27144111115033752377730
Binary101111100100100100110011010110111111011001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176449; }

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

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

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

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

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

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

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

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