#003A04

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

Shades of Myrtle #003A04

Tints of Myrtle #003A04

Color information

#003A04 (or 0x003A04) is unknown color: approx Myrtle. HEX triplet: 00, 3A and 04. RGB value is (0,58,4). Sum of RGB (Red+Green+Blue) = 0+58+4=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 58 (23.05% from 255 or 93.55% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 58 - color contains mainly: green. Hex color #003A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A04 is #FFC5FB. Grayscale: #222222. Windows color (decimal): -16762364 or 276992. OLE color: 276992.

HSL color Cylindrical-coordinate representation of color #003A04: hue angle of 124.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A04 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.

Color convert

RGB0584-
CMYK100.930.77
HSL124.14º100%11.37%-
HSV(B)124.14º100%22.75%-
XYZ1.533.030.62-
YUV34.5110.78103.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 93.55%
BLUE value IS 4 (1.95% from 255) = 6.45%
R=0%
G=93.55%
B=6.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0584100.930.77124.1410011.37
Hex03A46405D4D7c64b
Octal0724144013511517414413
Binary01110101001100100010111011001101111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A04; }

 p { color: rgb(0,58,4); }

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

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

 a { background-color: rgb(0,58,4); }

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

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

 span { border-color: rgb(0,58,4); }

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