#003A06

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

Shades of Myrtle #003A06

Tints of Myrtle #003A06

Color information

#003A06 (or 0x003A06) is unknown color: approx Myrtle. HEX triplet: 00, 3A and 06. RGB value is (0,58,6). Sum of RGB (Red+Green+Blue) = 0+58+6=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 58 (23.05% from 255 or 90.62% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 58 - color contains mainly: green. Hex color #003A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A06 is #FFC5F9. Grayscale: #222222. Windows color (decimal): -16762362 or 408064. OLE color: 408064.

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

Color convert

RGB0586-
CMYK100.900.77
HSL126.21º100%11.37%-
HSV(B)126.21º100%22.75%-
XYZ1.553.040.68-
YUV34.73111.78103.23-

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) = 90.62%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=0%
G=90.62%
B=9.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0586100.900.77126.2110011.37
Hex03A66405A4D7e64b
Octal0726144013211517614413
Binary01110101101100100010110101001101111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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