#166043

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

Shades of Jewel #166043

Tints of Jewel #166043

Color information

#166043 (or 0x166043) is unknown color: approx Jewel. HEX triplet: 16, 60 and 43. RGB value is (22,96,67). Sum of RGB (Red+Green+Blue) = 22+96+67=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #166043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166043 is #E99FBC. Grayscale: #464646. Windows color (decimal): -15310781 or 4415510. OLE color: 4415510.

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

Color convert

RGB229667-
CMYK0.7700.300.62
HSL156.49º62.71%23.14%-
HSV(B)156.49º77.08%37.65%-
XYZ5.538.946.74-
YUV70.57125.9893.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=11.89%
G=51.89%
B=36.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296670.7700.300.62156.4962.7123.14
Hex1660434D01E3E9c3f17
Octal26140103115036762347727
Binary101101100000100001110011010111101111101001110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166043; }

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

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

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

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

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

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

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

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