#032501

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

Shades of Myrtle #032501

Tints of Myrtle #032501

Color information

#032501 (or 0x032501) is unknown color: approx Myrtle. HEX triplet: 03, 25 and 01. RGB value is (3,37,1). Sum of RGB (Red+Green+Blue) = 3+37+1=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 37 (14.84% from 255 or 90.24% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 37 - color contains mainly: green. Hex color #032501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032501 is #FCDAFE. Grayscale: #161616. Windows color (decimal): -16571135 or 75011. OLE color: 75011.

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

Color convert

RGB3371-
CMYK0.9200.970.85
HSL116.67º94.74%7.45%-
HSV(B)116.67º97.3%14.51%-
XYZ0.71.340.25-
YUV22.73115.74113.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 37 (14.84% from 255) = 90.24%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=7.32%
G=90.24%
B=2.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal33710.9200.970.85116.6794.747.45
Hex32515C06155755f7
Octal345113401411251651377
Binary111001011101110001100001101010111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032501; }

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

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

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

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

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

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

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

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