#032401

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

Shades of Myrtle #032401

Tints of Myrtle #032401

Color information

#032401 (or 0x032401) is unknown color: approx Myrtle. HEX triplet: 03, 24 and 01. RGB value is (3,36,1). Sum of RGB (Red+Green+Blue) = 3+36+1=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 36 (14.45% from 255 or 90% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 36 - color contains mainly: green. Hex color #032401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032401 is #FCDBFE. Grayscale: #161616. Windows color (decimal): -16571391 or 74755. OLE color: 74755.

HSL color Cylindrical-coordinate representation of color #032401: hue angle of 116.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032401 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB3361-
CMYK0.9200.970.86
HSL116.57º94.59%7.25%-
HSV(B)116.57º97.22%14.12%-
XYZ0.671.280.24-
YUV22.14116.07114.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 36 (14.45% from 255) = 90%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=7.5%
G=90%
B=2.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal33610.9200.970.86116.5794.597.25
Hex32415C06156755f7
Octal344113401411261651377
Binary111001001101110001100001101011011101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032401; }

 p { color: rgb(3,36,1); }

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

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

 a { background-color: rgb(3,36,1); }

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

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

 span { border-color: rgb(3,36,1); }

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