#003D00

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

Shades of Myrtle #003D00

Tints of Myrtle #003D00

Color information

#003D00 (or 0x003D00) is unknown color: approx Myrtle. HEX triplet: 00, 3D and 00. RGB value is (0,61,0). Sum of RGB (Red+Green+Blue) = 0+61+0=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 61 (24.22% from 255 or 100% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 61 - color contains mainly: green. Hex color #003D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D00 is #FFC2FF. Grayscale: #232323. Windows color (decimal): -16761600 or 15616. OLE color: 15616.

HSL color Cylindrical-coordinate representation of color #003D00: hue angle of 120º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D00 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB0610-
CMYK1010.76
HSL120º100%11.96%-
HSV(B)120º100%23.92%-
XYZ1.673.340.56-
YUV35.81107.79102.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 100%
BLUE value IS 0 (0.39% from 255) = 0%
R=0%
G=100%
B=0%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06101010.7612010011.96
Hex03D0640644C7864c
Octal0750144014411417014414
Binary011110101100100011001001001100111100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,0); }

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

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

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

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

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

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

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