#163B01

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

Shades of Myrtle #163B01

Tints of Myrtle #163B01

Color information

#163B01 (or 0x163B01) is unknown color: approx Myrtle. HEX triplet: 16, 3B and 01. RGB value is (22,59,1). Sum of RGB (Red+Green+Blue) = 22+59+1=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #163B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163B01 is #E9C4FE. Grayscale: #292929. Windows color (decimal): -15320319 or 80662. OLE color: 80662.

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

Color convert

RGB22591-
CMYK0.6300.980.77
HSL98.28º96.67%11.76%-
HSV(B)98.28º98.31%23.14%-
XYZ1.93.30.57-
YUV41.32105.24114.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 59 (23.44% from 255) = 71.95%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=26.83%
G=71.95%
B=1.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal225910.6300.980.7798.2896.6711.76
Hex163B13F0624D6261c
Octal2673177014211514214114
Binary101101110111111111011000101001101110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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