#004802

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

Shades of Myrtle #004802

Tints of Myrtle #004802

Color information

#004802 (or 0x004802) is unknown color: approx Myrtle. HEX triplet: 00, 48 and 02. RGB value is (0,72,2). Sum of RGB (Red+Green+Blue) = 0+72+2=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 72 (28.52% from 255 or 97.30% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 72 - color contains mainly: green. Hex color #004802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004802 is #FFB7FD. Grayscale: #2A2A2A. Windows color (decimal): -16758782 or 149504. OLE color: 149504.

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

Color convert

RGB0722-
CMYK100.970.72
HSL121.67º100%14.12%-
HSV(B)121.67º100%28.24%-
XYZ2.334.640.83-
YUV42.49105.1597.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 97.30%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=0%
G=97.30%
B=2.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0722100.970.72121.6710014.12
Hex048264061487a64e
Octal01102144014111017214416
Binary01001000101100100011000011001000111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004802; }

 p { color: rgb(0,72,2); }

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

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

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

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

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

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

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