Html Css Color HEX #166948 Jewel

📋 copy color: '#166948'

red 22 ◦ green 105 ◦ blue 72

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

Shades of Jewel #166948

Tints of Jewel #166948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

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

R = 11.06%
G = 52.76%
B = 36.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#166948 (or 0x166948) is known color: Jewel. HEX triplet: 16, 69 and 48. RGB value is (22,105,72). Sum of RGB (Red+Green+Blue) = 22+105+72=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #166948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166948 is #E996B7. Grayscale: #4C4C4C. Windows color (decimal): -15308472 or 4745494. OLE color: 4745494.

HSL color Cylindrical-coordinate representation of color #166948: hue angle of 156.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166948 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 105 72 -
CMYK 0.79 0 0.31 0.59
HSL 156.14º 0.65% 0.25% -
HSV(B) 156.14º 0.79% 0.41% -
XYZ 6.55 10.74 7.86 -
YUV 76.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 22 105 72 0.79 0 0.31 0.59 156.14 0.65 0.25
Hex 16 69 48 4F 0 1F 3B 9C 41 19
Octal 26 151 110 117 0 37 73 234 101 31
Binary 10110 1101001 1001000 1001111 0 11111 111011 10011100 1000001 11001

Color Harmonies of #166948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166948

Black with #166948

Text Example


Text Example

White with #166948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166948; }

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

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

background-color css

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

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

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

border-color css

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

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

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