#003B01

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

Shades of Myrtle #003B01

Tints of Myrtle #003B01

Color information

#003B01 (or 0x003B01) is unknown color: approx Myrtle. HEX triplet: 00, 3B and 01. RGB value is (0,59,1). Sum of RGB (Red+Green+Blue) = 0+59+1=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 59 (23.44% from 255 or 98.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 59 - color contains mainly: green. Hex color #003B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B01 is #FFC4FE. Grayscale: #222222. Windows color (decimal): -16762111 or 80640. OLE color: 80640.

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

Color convert

RGB0591-
CMYK100.980.77
HSL121.02º100%11.57%-
HSV(B)121.02º100%23.14%-
XYZ1.573.130.55-
YUV34.75108.95103.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 98.33%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=0%
G=98.33%
B=1.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0591100.980.77121.0210011.57
Hex03B1640624D7964c
Octal0731144014211517114414
Binary011101111100100011000101001101111100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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