#165714

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

Shades of Myrtle #165714

Tints of Myrtle #165714

Color information

#165714 (or 0x165714) is unknown color: approx Myrtle. HEX triplet: 16, 57 and 14. RGB value is (22,87,20). Sum of RGB (Red+Green+Blue) = 22+87+20=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #165714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165714 is #E9A8EB. Grayscale: #3C3C3C. Windows color (decimal): -15313132 or 1333014. OLE color: 1333014.

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

Color convert

RGB228720-
CMYK0.7500.770.66
HSL118.21º62.62%20.98%-
HSV(B)118.21º77.01%34.12%-
XYZ3.877.041.82-
YUV59.93105.47100.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 87 (34.38% from 255) = 67.44%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=17.05%
G=67.44%
B=15.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2287200.7500.770.66118.2162.6220.98
Hex1657144B04D42763f15
Octal261272411301151021667725
Binary101101010111101001001011010011011000010111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165714; }

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

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

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

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

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

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

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

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