Html Css Color HEX #166748 Jewel

📋 copy color: '#166748'

red 22 ◦ green 103 ◦ blue 72

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

Shades of Jewel #166748

Tints of Jewel #166748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.28%

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

R = 11.17%
G = 52.28%
B = 36.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#166748 (or 0x166748) is known color: Jewel. HEX triplet: 16, 67 and 48. RGB value is (22,103,72). Sum of RGB (Red+Green+Blue) = 22+103+72=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #166748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166748 is #E998B7. Grayscale: #4B4B4B. Windows color (decimal): -15308984 or 4744982. OLE color: 4744982.

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

Color convert

RGB 22 103 72 -
CMYK 0.79 0 0.30 0.60
HSL 157.04º 0.65% 0.25% -
HSV(B) 157.04º 0.79% 0.4% -
XYZ 6.35 10.34 7.79 -
YUV 75.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 22 103 72 0.79 0 0.30 0.60 157.04 0.65 0.25
Hex 16 67 48 4F 0 1E 3C 9D 41 19
Octal 26 147 110 117 0 36 74 235 101 31
Binary 10110 1100111 1001000 1001111 0 11110 111100 10011101 1000001 11001

Color Harmonies of #166748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166748

Black with #166748

Text Example


Text Example

White with #166748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166748; }

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

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

background-color css

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

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

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

border-color css

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

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

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