#165414

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

Shades of Myrtle #165414

Tints of Myrtle #165414

Color information

#165414 (or 0x165414) is unknown color: approx Myrtle. HEX triplet: 16, 54 and 14. RGB value is (22,84,20). Sum of RGB (Red+Green+Blue) = 22+84+20=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #165414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165414 is #E9ABEB. Grayscale: #3A3A3A. Windows color (decimal): -15313900 or 1332246. OLE color: 1332246.

HSL color Cylindrical-coordinate representation of color #165414: hue angle of 118.12º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165414 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB228420-
CMYK0.7400.760.67
HSL118.12º61.54%20.39%-
HSV(B)118.12º76.19%32.94%-
XYZ3.636.561.74-
YUV58.17106.46102.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 84 (33.20% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=17.46%
G=66.67%
B=15.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284200.7400.760.67118.1261.5420.39
Hex1654144A04C43763e14
Octal261242411201141031667624
Binary101101010100101001001010010011001000011111011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165414; }

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

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

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

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

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

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

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

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