Html Css Color HEX #166148 Jewel

📋 copy color: '#166148'

red 22 ◦ green 97 ◦ blue 72

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

Shades of Jewel #166148

Tints of Jewel #166148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 11.52%
G = 50.79%
B = 37.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#166148 (or 0x166148) is known color: Jewel. HEX triplet: 16, 61 and 48. RGB value is (22,97,72). Sum of RGB (Red+Green+Blue) = 22+97+72=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #166148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166148 is #E99EB7. Grayscale: #474747. Windows color (decimal): -15310520 or 4743446. OLE color: 4743446.

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

Color convert

RGB 22 97 72 -
CMYK 0.77 0 0.26 0.62
HSL 160º 0.63% 0.23% -
HSV(B) 160º 0.77% 0.38% -
XYZ 5.78 9.19 7.6 -
YUV 71.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 22 97 72 0.77 0 0.26 0.62 160 0.63 0.23
Hex 16 61 48 4D 0 1A 3E A0 3F 17
Octal 26 141 110 115 0 32 76 240 77 27
Binary 10110 1100001 1001000 1001101 0 11010 111110 10100000 111111 10111

Color Harmonies of #166148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166148

Black with #166148

Text Example


Text Example

White with #166148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166148; }

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

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

background-color css

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

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

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

border-color css

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

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

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