#004600

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

Shades of Myrtle #004600

Tints of Myrtle #004600

Color information

#004600 (or 0x004600) is unknown color: approx Myrtle. HEX triplet: 00, 46 and 00. RGB value is (0,70,0). Sum of RGB (Red+Green+Blue) = 0+70+0=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 70 (27.73% from 255 or 100% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 70 - color contains mainly: green. Hex color #004600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004600 is #FFB9FF. Grayscale: #292929. Windows color (decimal): -16759296 or 17920. OLE color: 17920.

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

Color convert

RGB0700-
CMYK1010.73
HSL120º100%13.73%-
HSV(B)120º100%27.45%-
XYZ2.194.380.73-
YUV41.09104.8198.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% 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.73
SystemRedGreenBlueCMYKHSL
Decimal07001010.7312010013.73
Hex046064064497864e
Octal01060144014411117014416
Binary0100011001100100011001001001001111100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004600; }

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

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

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

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

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

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

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

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