Html Css Color HEX #166343 Jewel

📋 copy color: '#166343'

red 22 ◦ green 99 ◦ blue 67

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

Shades of Jewel #166343

Tints of Jewel #166343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 11.7%
G = 52.66%
B = 35.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#166343 (or 0x166343) is known color: Jewel. HEX triplet: 16, 63 and 43. RGB value is (22,99,67). Sum of RGB (Red+Green+Blue) = 22+99+67=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #166343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166343 is #E99CBC. Grayscale: #484848. Windows color (decimal): -15310013 or 4416278. OLE color: 4416278.

HSL color Cylindrical-coordinate representation of color #166343: hue angle of 155.06º 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 #166343 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 99 67 -
CMYK 0.78 0 0.32 0.61
HSL 155.06º 0.64% 0.24% -
HSV(B) 155.06º 0.78% 0.39% -
XYZ 5.81 9.5 6.84 -
YUV 72.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 22 99 67 0.78 0 0.32 0.61 155.06 0.64 0.24
Hex 16 63 43 4E 0 20 3D 9B 40 18
Octal 26 143 103 116 0 40 75 233 100 30
Binary 10110 1100011 1000011 1001110 0 100000 111101 10011011 1000000 11000

Color Harmonies of #166343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166343

Black with #166343

Text Example


Text Example

White with #166343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166343; }

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

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

background-color css

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

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

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

border-color css

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

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

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