#032402

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

Shades of Myrtle #032402

Tints of Myrtle #032402

Color information

#032402 (or 0x032402) is unknown color: approx Myrtle. HEX triplet: 03, 24 and 02. RGB value is (3,36,2). Sum of RGB (Red+Green+Blue) = 3+36+2=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 36 (14.45% from 255 or 87.80% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 36 - color contains mainly: green. Hex color #032402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032402 is #FCDBFD. Grayscale: #161616. Windows color (decimal): -16571390 or 140291. OLE color: 140291.

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

Color convert

RGB3362-
CMYK0.9200.940.86
HSL118.24º89.47%7.45%-
HSV(B)118.24º94.44%14.12%-
XYZ0.681.290.27-
YUV22.26116.57114.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 36 (14.45% from 255) = 87.80%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=7.32%
G=87.80%
B=4.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal33620.9200.940.86118.2489.477.45
Hex32425C05E5676597
Octal344213401361261661317
Binary1110010010101110001011110101011011101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032402; }

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

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

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

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

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

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

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

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