#003A05

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

Shades of Myrtle #003A05

Tints of Myrtle #003A05

Color information

#003A05 (or 0x003A05) is unknown color: approx Myrtle. HEX triplet: 00, 3A and 05. RGB value is (0,58,5). Sum of RGB (Red+Green+Blue) = 0+58+5=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 58 (23.05% from 255 or 92.06% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 58 - color contains mainly: green. Hex color #003A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A05 is #FFC5FA. Grayscale: #222222. Windows color (decimal): -16762363 or 342528. OLE color: 342528.

HSL color Cylindrical-coordinate representation of color #003A05: hue angle of 125.17º 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 #003A05 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB0585-
CMYK100.910.77
HSL125.17º100%11.37%-
HSV(B)125.17º100%22.75%-
XYZ1.543.040.65-
YUV34.62111.28103.31-

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) = 92.06%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=0%
G=92.06%
B=7.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0585100.910.77125.1710011.37
Hex03A56405B4D7d64b
Octal0725144013311517514413
Binary01110101011100100010110111001101111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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