#176342

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

Shades of Jewel #176342

Tints of Jewel #176342

Color information

#176342 (or 0x176342) is unknown color: approx Jewel. HEX triplet: 17, 63 and 42. RGB value is (23,99,66). Sum of RGB (Red+Green+Blue) = 23+99+66=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #176342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176342 is #E89CBD. Grayscale: #484848. Windows color (decimal): -15244478 or 4350743. OLE color: 4350743.

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

Color convert

RGB239966-
CMYK0.7700.330.61
HSL153.95º62.3%23.92%-
HSV(B)153.95º76.77%38.82%-
XYZ5.89.56.68-
YUV72.51124.3292.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=12.23%
G=52.66%
B=35.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2399660.7700.330.61153.9562.323.92
Hex1763424D0213D9a3e18
Octal27143102115041752327630
Binary1011111000111000010100110101000011111011001101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176342; }

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

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

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

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

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

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

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

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