Html Css Color HEX #166A49 Jewel

📋 copy color: '#166A49'

red 22 ◦ green 106 ◦ blue 73

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

Shades of Jewel #166A49

Tints of Jewel #166A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.74%

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

R = 10.95%
G = 52.74%
B = 36.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#166A49 (or 0x166A49) is known color: Jewel. HEX triplet: 16, 6A and 49. RGB value is (22,106,73). Sum of RGB (Red+Green+Blue) = 22+106+73=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #166A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166A49 is #E995B6. Grayscale: #4D4D4D. Windows color (decimal): -15308215 or 4811286. OLE color: 4811286.

HSL color Cylindrical-coordinate representation of color #166A49: hue angle of 156.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166A49 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 106 73 -
CMYK 0.79 0 0.31 0.58
HSL 156.43º 0.66% 0.25% -
HSV(B) 156.43º 0.79% 0.42% -
XYZ 6.69 10.96 8.07 -
YUV 77.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 22 106 73 0.79 0 0.31 0.58 156.43 0.66 0.25
Hex 16 6A 49 4F 0 1F 3A 9C 42 19
Octal 26 152 111 117 0 37 72 234 102 31
Binary 10110 1101010 1001001 1001111 0 11111 111010 10011100 1000010 11001

Color Harmonies of #166A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166A49

Black with #166A49

Text Example


Text Example

White with #166A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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