#003202

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

Shades of Myrtle #003202

Tints of Myrtle #003202

Color information

#003202 (or 0x003202) is unknown color: approx Myrtle. HEX triplet: 00, 32 and 02. RGB value is (0,50,2). Sum of RGB (Red+Green+Blue) = 0+50+2=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 50 (19.92% from 255 or 96.15% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 50 - color contains mainly: green. Hex color #003202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003202 is #FFCDFD. Grayscale: #1D1D1D. Windows color (decimal): -16764414 or 143872. OLE color: 143872.

HSL color Cylindrical-coordinate representation of color #003202: hue angle of 122.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003202 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB0502-
CMYK100.960.80
HSL122.4º100%9.8%-
HSV(B)122.4º100%19.61%-
XYZ1.152.290.44-
YUV29.58112.44106.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 96.15%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=0%
G=96.15%
B=3.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0502100.960.80122.41009.8
Hex032264060507a64a
Octal0622144014012017214412
Binary0110010101100100011000001010000111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003202; }

 p { color: rgb(0,50,2); }

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

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

 a { background-color: rgb(0,50,2); }

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

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

 span { border-color: rgb(0,50,2); }

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