#176448

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

Shades of Jewel #176448

Tints of Jewel #176448

Color information

#176448 (or 0x176448) is unknown color: approx Jewel. HEX triplet: 17, 64 and 48. RGB value is (23,100,72). Sum of RGB (Red+Green+Blue) = 23+100+72=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #176448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176448 is #E89BB7. Grayscale: #494949. Windows color (decimal): -15244216 or 4744215. OLE color: 4744215.

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

Color convert

RGB2310072-
CMYK0.7700.280.61
HSL158.18º62.6%24.12%-
HSV(B)158.18º77%39.22%-
XYZ6.089.767.7-
YUV73.78126.9991.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=11.79%
G=51.28%
B=36.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23100720.7700.280.61158.1862.624.12
Hex1764484D01C3D9e3f18
Octal27144110115034752367730
Binary101111100100100100010011010111001111011001111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176448; }

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

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

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

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

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

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

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

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