#004F05

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

Shades of Myrtle #004F05

Tints of Myrtle #004F05

Color information

#004F05 (or 0x004F05) is unknown color: approx Myrtle. HEX triplet: 00, 4F and 05. RGB value is (0,79,5). Sum of RGB (Red+Green+Blue) = 0+79+5=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 79 (31.25% from 255 or 94.05% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 79 - color contains mainly: green. Hex color #004F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004F05 is #FFB0FA. Grayscale: #2F2F2F. Windows color (decimal): -16756987 or 347904. OLE color: 347904.

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

Color convert

RGB0795-
CMYK100.940.69
HSL123.8º100%15.49%-
HSV(B)123.8º100%30.98%-
XYZ2.825.61.08-
YUV46.94104.3394.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 94.05%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=0%
G=94.05%
B=5.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0795100.940.69123.810015.49
Hex04F56405E457c64f
Octal01175144013610517414417
Binary010011111011100100010111101000101111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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