Html Css Color HEX #166149 Jewel

📋 copy color: '#166149'

red 22 ◦ green 97 ◦ blue 73

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

Shades of Jewel #166149

Tints of Jewel #166149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

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

R = 11.46%
G = 50.52%
B = 38.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#166149 (or 0x166149) is known color: Jewel. HEX triplet: 16, 61 and 49. RGB value is (22,97,73). Sum of RGB (Red+Green+Blue) = 22+97+73=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #166149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166149 is #E99EB6. Grayscale: #474747. Windows color (decimal): -15310519 or 4808982. OLE color: 4808982.

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

Color convert

RGB 22 97 73 -
CMYK 0.77 0 0.25 0.62
HSL 160.8º 0.63% 0.23% -
HSV(B) 160.8º 0.77% 0.38% -
XYZ 5.81 9.2 7.77 -
YUV 71.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 22 97 73 0.77 0 0.25 0.62 160.8 0.63 0.23
Hex 16 61 49 4D 0 19 3E A1 3F 17
Octal 26 141 111 115 0 31 76 241 77 27
Binary 10110 1100001 1001001 1001101 0 11001 111110 10100001 111111 10111

Color Harmonies of #166149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166149

Black with #166149

Text Example


Text Example

White with #166149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166149; }

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

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

background-color css

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

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

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

border-color css

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

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

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