#032000

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

Shades of Myrtle #032000

Tints of Myrtle #032000

Color information

#032000 (or 0x032000) is unknown color: approx Myrtle. HEX triplet: 03, 20 and 00. RGB value is (3,32,0). Sum of RGB (Red+Green+Blue) = 3+32+0=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 32 (12.89% from 255 or 91.43% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 32 - color contains mainly: green. Hex color #032000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032000 is #FCDFFF. Grayscale: #131313. Windows color (decimal): -16572416 or 8195. OLE color: 8195.

HSL color Cylindrical-coordinate representation of color #032000: hue angle of 114.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #032000 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB3320-
CMYK0.91010.87
HSL114.38º100%6.27%-
HSV(B)114.38º100%12.55%-
XYZ0.551.050.17-
YUV19.68116.89116.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 32 (12.89% from 255) = 91.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.57%
G=91.43%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33200.91010.87114.381006.27
Hex32005B0645772646
Octal340013301441271621446
Binary111000000101101101100100101011111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032000; }

 p { color: rgb(3,32,0); }

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

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

 a { background-color: rgb(3,32,0); }

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

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

 span { border-color: rgb(3,32,0); }

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