#165D03

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

Shades of Myrtle #165D03

Tints of Myrtle #165D03

Color information

#165D03 (or 0x165D03) is unknown color: approx Myrtle. HEX triplet: 16, 5D and 03. RGB value is (22,93,3). Sum of RGB (Red+Green+Blue) = 22+93+3=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #165D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D03 is #E9A2FC. Grayscale: #3D3D3D. Windows color (decimal): -15311613 or 220438. OLE color: 220438.

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

Color convert

RGB22933-
CMYK0.7600.970.64
HSL107.33º93.75%18.82%-
HSV(B)107.33º96.77%36.47%-
XYZ4.268.011.41-
YUV61.5194.9899.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 93 (36.72% from 255) = 78.81%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=18.64%
G=78.81%
B=2.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal229330.7600.970.64107.3393.7518.82
Hex165D34C061406b5e13
Octal261353114014110015313623
Binary1011010111011110011000110000110000001101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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