Html Css Color HEX #166549 Jewel

📋 copy color: '#166549'

red 22 ◦ green 101 ◦ blue 73

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

Shades of Jewel #166549

Tints of Jewel #166549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.53%

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

R = 11.22%
G = 51.53%
B = 37.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#166549 (or 0x166549) is known color: Jewel. HEX triplet: 16, 65 and 49. RGB value is (22,101,73). Sum of RGB (Red+Green+Blue) = 22+101+73=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #166549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166549 is #E99AB6. Grayscale: #4A4A4A. Windows color (decimal): -15309495 or 4810006. OLE color: 4810006.

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

Color convert

RGB 22 101 73 -
CMYK 0.78 0 0.28 0.60
HSL 158.73º 0.64% 0.24% -
HSV(B) 158.73º 0.78% 0.4% -
XYZ 6.19 9.96 7.9 -
YUV 74.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 22 101 73 0.78 0 0.28 0.60 158.73 0.64 0.24
Hex 16 65 49 4E 0 1C 3C 9F 40 18
Octal 26 145 111 116 0 34 74 237 100 30
Binary 10110 1100101 1001001 1001110 0 11100 111100 10011111 1000000 11000

Color Harmonies of #166549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166549

Black with #166549

Text Example


Text Example

White with #166549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166549; }

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

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

background-color css

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

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

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

border-color css

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

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

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