#176048

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

Shades of Jewel #176048

Tints of Jewel #176048

Color information

#176048 (or 0x176048) is unknown color: approx Jewel. HEX triplet: 17, 60 and 48. RGB value is (23,96,72). Sum of RGB (Red+Green+Blue) = 23+96+72=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #176048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176048 is #E89FB7. Grayscale: #474747. Windows color (decimal): -15245240 or 4743191. OLE color: 4743191.

HSL color Cylindrical-coordinate representation of color #176048: hue angle of 160.27º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176048 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB239672-
CMYK0.7600.250.62
HSL160.27º61.34%23.33%-
HSV(B)160.27º76.04%37.65%-
XYZ5.719.027.57-
YUV71.44128.3293.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=12.04%
G=50.26%
B=37.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2396720.7600.250.62160.2761.3423.33
Hex1760484C0193Ea03d17
Octal27140110114031762407527
Binary101111100000100100010011000110011111101010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176048; }

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

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

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

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

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

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

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

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