Html Css Color HEX #166641 Jewel

📋 copy color: '#166641'

red 22 ◦ green 102 ◦ blue 65

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

Shades of Jewel #166641

Tints of Jewel #166641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.97%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 11.64%
G = 53.97%
B = 34.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#166641 (or 0x166641) is known color: Jewel. HEX triplet: 16, 66 and 41. RGB value is (22,102,65). Sum of RGB (Red+Green+Blue) = 22+102+65=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #166641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166641 is #E999BE. Grayscale: #494949. Windows color (decimal): -15309247 or 4285974. OLE color: 4285974.

HSL color Cylindrical-coordinate representation of color #166641: hue angle of 152.25º degrees, saturation: 0.65, 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 #166641 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 102 65 -
CMYK 0.78 0 0.36 0.6
HSL 152.25º 0.65% 0.24% -
HSV(B) 152.25º 0.78% 0.4% -
XYZ 6.04 10.05 6.62 -
YUV 73.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 22 102 65 0.78 0 0.36 0.6 152.25 0.65 0.24
Hex 16 66 41 4E 0 24 3C 98 41 18
Octal 26 146 101 116 0 44 74 230 101 30
Binary 10110 1100110 1000001 1001110 0 100100 111100 10011000 1000001 11000

Color Harmonies of #166641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166641

Black with #166641

Text Example


Text Example

White with #166641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166641; }

 p { color: rgb(22,102,65); }

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

background-color css

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

 a { background-color: rgb(22,102,65); }

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

border-color css

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

 span { border-color: rgb(22,102,65); }

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