#165914

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

Shades of Myrtle #165914

Tints of Myrtle #165914

Color information

#165914 (or 0x165914) is unknown color: approx Myrtle. HEX triplet: 16, 59 and 14. RGB value is (22,89,20). Sum of RGB (Red+Green+Blue) = 22+89+20=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #165914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165914 is #E9A6EB. Grayscale: #3D3D3D. Windows color (decimal): -15312620 or 1333526. OLE color: 1333526.

HSL color Cylindrical-coordinate representation of color #165914: hue angle of 118.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165914 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB228920-
CMYK0.7500.780.65
HSL118.26º63.3%21.37%-
HSV(B)118.26º77.53%34.9%-
XYZ4.037.371.87-
YUV61.1104.8100.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 89 (35.16% from 255) = 67.94%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=16.79%
G=67.94%
B=15.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289200.7500.780.65118.2663.321.37
Hex1659144B04E41763f15
Octal261312411301161011667725
Binary101101011001101001001011010011101000001111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165914; }

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

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

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

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

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

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

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

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