#165415

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

Shades of Myrtle #165415

Tints of Myrtle #165415

Color information

#165415 (or 0x165415) is unknown color: approx Myrtle. HEX triplet: 16, 54 and 15. RGB value is (22,84,21). Sum of RGB (Red+Green+Blue) = 22+84+21=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 84 (33.20% from 255 or 66.14% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 84 - color contains mainly: green. Hex color #165415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165415 is #E9ABEA. Grayscale: #3A3A3A. Windows color (decimal): -15313899 or 1397782. OLE color: 1397782.

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

Color convert

RGB228421-
CMYK0.7400.750.67
HSL119.05º60%20.59%-
HSV(B)119.05º75%32.94%-
XYZ3.646.571.79-
YUV58.28106.96102.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 84 (33.20% from 255) = 66.14%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=17.32%
G=66.14%
B=16.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284210.7400.750.67119.056020.59
Hex1654154A04B43773c15
Octal261242511201131031677425
Binary101101010100101011001010010010111000011111011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165415; }

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

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

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

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

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

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

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

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