#164614

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

Shades of Myrtle #164614

Tints of Myrtle #164614

Color information

#164614 (or 0x164614) is unknown color: approx Myrtle. HEX triplet: 16, 46 and 14. RGB value is (22,70,20). Sum of RGB (Red+Green+Blue) = 22+70+20=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #164614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164614 is #E9B9EB. Grayscale: #323232. Windows color (decimal): -15317484 or 1328662. OLE color: 1328662.

HSL color Cylindrical-coordinate representation of color #164614: hue angle of 117.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164614 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB227020-
CMYK0.6900.710.73
HSL117.6º55.56%17.65%-
HSV(B)117.6º71.43%27.45%-
XYZ2.654.61.41-
YUV49.95111.1108.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 70 (27.73% from 255) = 62.5%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=19.64%
G=62.5%
B=17.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270200.6900.710.73117.655.5617.65
Hex1646144504749763812
Octal261062410501071111667022
Binary101101000110101001000101010001111001001111011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164614; }

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

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

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

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

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

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

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

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