#166314

Color #166314 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #166314

Tints of Myrtle #166314

Color information

#166314 (or 0x166314) is unknown color: approx Myrtle. HEX triplet: 16, 63 and 14. RGB value is (22,99,20). Sum of RGB (Red+Green+Blue) = 22+99+20=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #166314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166314 is #E99CEB. Grayscale: #434343. Windows color (decimal): -15310060 or 1336086. OLE color: 1336086.

HSL color Cylindrical-coordinate representation of color #166314: hue angle of 118.48º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166314 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB229920-
CMYK0.7800.800.61
HSL118.48º66.39%23.33%-
HSV(B)118.48º79.8%38.82%-
XYZ4.929.142.17-
YUV66.97101.4995.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=15.60%
G=70.21%
B=14.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2299200.7800.800.61118.4866.3923.33
Hex1663144E0503D764217
Octal261432411601207516610227
Binary101101100011101001001110010100001111011110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166314; }

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

 H1.HeaderClassName
 {
   color: #166314;
 }
 .AnyTagClassName
 {
   color: #166314;
 }
</style>
background-color css

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

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

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

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

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

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