#004A09

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

Shades of Myrtle #004A09

Tints of Myrtle #004A09

Color information

#004A09 (or 0x004A09) is unknown color: approx Myrtle. HEX triplet: 00, 4A and 09. RGB value is (0,74,9). Sum of RGB (Red+Green+Blue) = 0+74+9=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 74 (29.30% from 255 or 89.16% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 74 - color contains mainly: green. Hex color #004A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004A09 is #FFB5F6. Grayscale: #2C2C2C. Windows color (decimal): -16758263 or 608768. OLE color: 608768.

HSL color Cylindrical-coordinate representation of color #004A09: hue angle of 127.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A09 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB0749-
CMYK100.880.71
HSL127.3º100%14.51%-
HSV(B)127.3º100%29.02%-
XYZ2.54.921.08-
YUV44.46107.9896.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 89.16%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=0%
G=89.16%
B=10.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0749100.880.71127.310014.51
Hex04A964058477f64f
Octal011211144013010717714417
Binary0100101010011100100010110001000111111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004A09; }

 p { color: rgb(0,74,9); }

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

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

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

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

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

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

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