#165A01

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

Shades of Myrtle #165A01

Tints of Myrtle #165A01

Color information

#165A01 (or 0x165A01) is unknown color: approx Myrtle. HEX triplet: 16, 5A and 01. RGB value is (22,90,1). Sum of RGB (Red+Green+Blue) = 22+90+1=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #165A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165A01 is #E9A5FE. Grayscale: #3B3B3B. Windows color (decimal): -15312383 or 88598. OLE color: 88598.

HSL color Cylindrical-coordinate representation of color #165A01: hue angle of 105.84º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #165A01 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB22901-
CMYK0.7600.990.65
HSL105.84º97.8%17.84%-
HSV(B)105.84º98.89%35.29%-
XYZ3.997.491.26-
YUV59.5294.97101.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 90 (35.55% from 255) = 79.65%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=19.47%
G=79.65%
B=0.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal229010.7600.990.65105.8497.817.84
Hex165A14C063416a6212
Octal261321114014310115214222
Binary101101011010110011000110001110000011101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,1); }

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

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

 a { background-color: rgb(22,90,1); }

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

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

 span { border-color: rgb(22,90,1); }

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