#165D05

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

Shades of Myrtle #165D05

Tints of Myrtle #165D05

Color information

#165D05 (or 0x165D05) is unknown color: approx Myrtle. HEX triplet: 16, 5D and 05. RGB value is (22,93,5). Sum of RGB (Red+Green+Blue) = 22+93+5=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 93 (36.72% from 255 or 77.5% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 93 - color contains mainly: green. Hex color #165D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D05 is #E9A2FA. Grayscale: #3E3E3E. Windows color (decimal): -15311611 or 351510. OLE color: 351510.

HSL color Cylindrical-coordinate representation of color #165D05: hue angle of 108.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #165D05 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB22935-
CMYK0.7600.950.64
HSL108.41º89.8%19.22%-
HSV(B)108.41º94.62%36.47%-
XYZ4.278.011.46-
YUV61.7495.9899.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 93 (36.72% from 255) = 77.5%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=18.33%
G=77.5%
B=4.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal229350.7600.950.64108.4189.819.22
Hex165D54C05F406c5a13
Octal261355114013710015413223
Binary10110101110110110011000101111110000001101100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165D05; }

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

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

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

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

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

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

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

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