#176148

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

Shades of Jewel #176148

Tints of Jewel #176148

Color information

#176148 (or 0x176148) is unknown color: approx Jewel. HEX triplet: 17, 61 and 48. RGB value is (23,97,72). Sum of RGB (Red+Green+Blue) = 23+97+72=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #176148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176148 is #E89EB7. Grayscale: #484848. Windows color (decimal): -15244984 or 4743447. OLE color: 4743447.

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

Color convert

RGB239772-
CMYK0.7600.260.62
HSL159.73º61.67%23.53%-
HSV(B)159.73º76.29%38.04%-
XYZ5.89.27.6-
YUV72.02127.9893.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=11.98%
G=50.52%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2397720.7600.260.62159.7361.6723.53
Hex1761484C01A3Ea03e18
Octal27141110114032762407630
Binary101111100001100100010011000110101111101010000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176148; }

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

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

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

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

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

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

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

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