#16604A

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

Shades of Jewel #16604A

Tints of Jewel #16604A

Color information

#16604A (or 0x16604A) is unknown color: approx Jewel. HEX triplet: 16, 60 and 4A. RGB value is (22,96,74). Sum of RGB (Red+Green+Blue) = 22+96+74=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #16604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16604A is #E99FB5. Grayscale: #474747. Windows color (decimal): -15310774 or 4874262. OLE color: 4874262.

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

Color convert

RGB229674-
CMYK0.7700.230.62
HSL162.16º62.71%23.14%-
HSV(B)162.16º77.08%37.65%-
XYZ5.759.037.92-
YUV71.37129.4892.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=11.46%
G=50%
B=38.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296740.7700.230.62162.1662.7123.14
Hex16604A4D0173Ea23f17
Octal26140112115027762427727
Binary101101100000100101010011010101111111101010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16604A; }

 p { color: rgb(22,96,74); }

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

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

 a { background-color: rgb(22,96,74); }

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

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

 span { border-color: rgb(22,96,74); }

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