Html Css Color HEX #166342 Jewel

📋 copy color: '#166342'

red 22 ◦ green 99 ◦ blue 66

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

Shades of Jewel #166342

Tints of Jewel #166342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 11.76%
G = 52.94%
B = 35.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#166342 (or 0x166342) is known color: Jewel. HEX triplet: 16, 63 and 42. RGB value is (22,99,66). Sum of RGB (Red+Green+Blue) = 22+99+66=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #166342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166342 is #E99CBD. Grayscale: #484848. Windows color (decimal): -15310014 or 4350742. OLE color: 4350742.

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

Color convert

RGB 22 99 66 -
CMYK 0.78 0 0.33 0.61
HSL 154.29º 0.64% 0.24% -
HSV(B) 154.29º 0.78% 0.39% -
XYZ 5.78 9.49 6.68 -
YUV 72.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 22 99 66 0.78 0 0.33 0.61 154.29 0.64 0.24
Hex 16 63 42 4E 0 21 3D 9A 40 18
Octal 26 143 102 116 0 41 75 232 100 30
Binary 10110 1100011 1000010 1001110 0 100001 111101 10011010 1000000 11000

Color Harmonies of #166342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166342

Black with #166342

Text Example


Text Example

White with #166342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166342; }

 p { color: rgb(22,99,66); }

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

background-color css

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

 a { background-color: rgb(22,99,66); }

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

border-color css

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

 span { border-color: rgb(22,99,66); }

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