#165503

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

Shades of Myrtle #165503

Tints of Myrtle #165503

Color information

#165503 (or 0x165503) is unknown color: approx Myrtle. HEX triplet: 16, 55 and 03. RGB value is (22,85,3). Sum of RGB (Red+Green+Blue) = 22+85+3=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #165503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165503 is #E9AAFC. Grayscale: #393939. Windows color (decimal): -15313661 or 218390. OLE color: 218390.

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

Color convert

RGB22853-
CMYK0.7400.960.67
HSL106.1º93.18%17.25%-
HSV(B)106.1º96.47%33.33%-
XYZ3.66.671.18-
YUV56.8297.63103.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 77.27%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=20%
G=77.27%
B=2.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal228530.7400.960.67106.193.1817.25
Hex165534A060436a5d11
Octal261253112014010315213521
Binary1011010101011110010100110000010000111101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165503; }

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

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

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

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

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

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

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

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