Html Css Color HEX #166048 Jewel

📋 copy color: '#166048'

red 22 ◦ green 96 ◦ blue 72

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

Shades of Jewel #166048

Tints of Jewel #166048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.53%

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

R = 11.58%
G = 50.53%
B = 37.89%

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

#166048 (or 0x166048) is known color: Jewel. HEX triplet: 16, 60 and 48. RGB value is (22,96,72). Sum of RGB (Red+Green+Blue) = 22+96+72=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #166048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166048 is #E99FB7. Grayscale: #474747. Windows color (decimal): -15310776 or 4743190. OLE color: 4743190.

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

Color convert

RGB 22 96 72 -
CMYK 0.77 0 0.25 0.62
HSL 160.54º 0.63% 0.23% -
HSV(B) 160.54º 0.77% 0.38% -
XYZ 5.68 9 7.57 -
YUV 71.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 22 96 72 0.77 0 0.25 0.62 160.54 0.63 0.23
Hex 16 60 48 4D 0 19 3E A1 3F 17
Octal 26 140 110 115 0 31 76 241 77 27
Binary 10110 1100000 1001000 1001101 0 11001 111110 10100001 111111 10111

Color Harmonies of #166048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166048

Black with #166048

Text Example


Text Example

White with #166048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166048; }

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

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

background-color css

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

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

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

border-color css

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

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

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