Html Css Color HEX #166247 Jewel

📋 copy color: '#166247'

red 22 ◦ green 98 ◦ blue 71

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

Shades of Jewel #166247

Tints of Jewel #166247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.31%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 11.52%
G = 51.31%
B = 37.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#166247 (or 0x166247) is known color: Jewel. HEX triplet: 16, 62 and 47. RGB value is (22,98,71). Sum of RGB (Red+Green+Blue) = 22+98+71=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #166247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166247 is #E99DB8. Grayscale: #484848. Windows color (decimal): -15310265 or 4678166. OLE color: 4678166.

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

Color convert

RGB 22 98 71 -
CMYK 0.78 0 0.28 0.62
HSL 158.68º 0.63% 0.24% -
HSV(B) 158.68º 0.78% 0.38% -
XYZ 5.84 9.36 7.46 -
YUV 72.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 22 98 71 0.78 0 0.28 0.62 158.68 0.63 0.24
Hex 16 62 47 4E 0 1C 3E 9F 3F 18
Octal 26 142 107 116 0 34 76 237 77 30
Binary 10110 1100010 1000111 1001110 0 11100 111110 10011111 111111 11000

Color Harmonies of #166247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166247

Black with #166247

Text Example


Text Example

White with #166247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166247; }

 p { color: rgb(22,98,71); }

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

background-color css

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

 a { background-color: rgb(22,98,71); }

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

border-color css

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

 span { border-color: rgb(22,98,71); }

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