Html Css Color HEX #166849 Jewel

📋 copy color: '#166849'

red 22 ◦ green 104 ◦ blue 73

#166849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #166849

Tints of Jewel #166849

RGB

 RED value IS 22 (8.98% from 255) = 11.06%

 GREEN value IS 104 (41.02% from 255) = 52.26%

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 11.06%
G = 52.26%
B = 36.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#166849 (or 0x166849) is known color: Jewel. HEX triplet: 16, 68 and 49. RGB value is (22,104,73). Sum of RGB (Red+Green+Blue) = 22+104+73=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #166849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166849 is #E997B6. Grayscale: #4B4B4B. Windows color (decimal): -15308727 or 4810774. OLE color: 4810774.

HSL color Cylindrical-coordinate representation of color #166849: hue angle of 157.32º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166849 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 104 73 -
CMYK 0.79 0 0.30 0.59
HSL 157.32º 0.65% 0.25% -
HSV(B) 157.32º 0.79% 0.41% -
XYZ 6.48 10.55 8 -
YUV 75.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 22 104 73 0.79 0 0.30 0.59 157.32 0.65 0.25
Hex 16 68 49 4F 0 1E 3B 9D 41 19
Octal 26 150 111 117 0 36 73 235 101 31
Binary 10110 1101000 1001001 1001111 0 11110 111011 10011101 1000001 11001

Color Harmonies of #166849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166849

Black with #166849

Text Example


Text Example

White with #166849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166849; }

 p { color: rgb(22,104,73); }

 H1.HeaderClassName
 {
   color: #166849;
 }
 .AnyTagClassName
 {
   color: #166849;
 }
</style>

background-color css

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

 a { background-color: rgb(22,104,73); }

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

border-color css

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

 span { border-color: rgb(22,104,73); }

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