#165500

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

Shades of Myrtle #165500

Tints of Myrtle #165500

Color information

#165500 (or 0x165500) is unknown color: approx Myrtle. HEX triplet: 16, 55 and 00. RGB value is (22,85,0). Sum of RGB (Red+Green+Blue) = 22+85+0=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #165500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165500 is #E9AAFF. Grayscale: #383838. Windows color (decimal): -15313664 or 21782. OLE color: 21782.

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

Color convert

RGB22850-
CMYK0.74010.67
HSL104.47º100%16.67%-
HSV(B)104.47º100%33.33%-
XYZ3.586.671.1-
YUV56.4796.13103.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 85 (33.59% from 255) = 79.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.56%
G=79.44%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal228500.74010.67104.4710016.67
Hex165504A06443686411
Octal261250112014410315014421
Binary101101010101010010100110010010000111101000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165500; }

 p { color: rgb(22,85,0); }

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

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

 a { background-color: rgb(22,85,0); }

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

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

 span { border-color: rgb(22,85,0); }

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