#032701

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

Shades of Myrtle #032701

Tints of Myrtle #032701

Color information

#032701 (or 0x032701) is unknown color: approx Myrtle. HEX triplet: 03, 27 and 01. RGB value is (3,39,1). Sum of RGB (Red+Green+Blue) = 3+39+1=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 39 (15.62% from 255 or 90.70% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 39 - color contains mainly: green. Hex color #032701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032701 is #FCD8FE. Grayscale: #181818. Windows color (decimal): -16570623 or 75523. OLE color: 75523.

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

Color convert

RGB3391-
CMYK0.9200.970.85
HSL116.84º95%7.84%-
HSV(B)116.84º97.44%15.29%-
XYZ0.771.470.27-
YUV23.9115.07113.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 39 (15.62% from 255) = 90.70%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=6.98%
G=90.70%
B=2.33%

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
Decimal33910.9200.970.85116.84957.84
Hex32715C06155755f8
Octal3471134014112516513710
Binary1110011111011100011000011010101111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032701; }

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

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

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

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

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

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

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

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