#163E01

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

Shades of Myrtle #163E01

Tints of Myrtle #163E01

Color information

#163E01 (or 0x163E01) is unknown color: approx Myrtle. HEX triplet: 16, 3E and 01. RGB value is (22,62,1). Sum of RGB (Red+Green+Blue) = 22+62+1=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 62 (24.61% from 255 or 72.94% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 62 - color contains mainly: green. Hex color #163E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163E01 is #E9C1FE. Grayscale: #2B2B2B. Windows color (decimal): -15319551 or 81430. OLE color: 81430.

HSL color Cylindrical-coordinate representation of color #163E01: hue angle of 99.34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #163E01 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB22621-
CMYK0.6500.980.76
HSL99.34º96.83%12.35%-
HSV(B)99.34º98.39%24.31%-
XYZ2.063.620.62-
YUV43.09104.25112.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.88%
GREEN value IS 62 (24.61% from 255) = 72.94%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=25.88%
G=72.94%
B=1.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal226210.6500.980.7699.3496.8312.35
Hex163E1410624C6361c
Octal26761101014211414314114
Binary1011011111011000001011000101001100110001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163E01; }

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

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

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

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

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

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

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

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