#165005

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

Shades of Myrtle #165005

Tints of Myrtle #165005

Color information

#165005 (or 0x165005) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 05. RGB value is (22,80,5). Sum of RGB (Red+Green+Blue) = 22+80+5=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #165005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165005 is #E9AFFA. Grayscale: #363636. Windows color (decimal): -15314939 or 348182. OLE color: 348182.

HSL color Cylindrical-coordinate representation of color #165005: hue angle of 106.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #165005 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB22805-
CMYK0.7200.940.69
HSL106.4º88.24%16.67%-
HSV(B)106.4º93.75%31.37%-
XYZ3.235.921.12-
YUV54.11100.28105.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 80 (31.64% from 255) = 74.77%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=20.56%
G=74.77%
B=4.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal228050.7200.940.69106.488.2416.67
Hex165054805E456a5811
Octal261205110013610515213021
Binary10110101000010110010000101111010001011101010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165005; }

 p { color: rgb(22,80,5); }

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

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

 a { background-color: rgb(22,80,5); }

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

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

 span { border-color: rgb(22,80,5); }

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