#004702

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

Shades of Myrtle #004702

Tints of Myrtle #004702

Color information

#004702 (or 0x004702) is unknown color: approx Myrtle. HEX triplet: 00, 47 and 02. RGB value is (0,71,2). Sum of RGB (Red+Green+Blue) = 0+71+2=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 71 (28.12% from 255 or 97.26% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 71 - color contains mainly: green. Hex color #004702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004702 is #FFB8FD. Grayscale: #2A2A2A. Windows color (decimal): -16759038 or 149248. OLE color: 149248.

HSL color Cylindrical-coordinate representation of color #004702: hue angle of 121.69º 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 #004702 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB0712-
CMYK100.970.72
HSL121.69º100%13.92%-
HSV(B)121.69º100%27.84%-
XYZ2.264.510.81-
YUV41.9105.4898.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 97.26%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=0%
G=97.26%
B=2.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0712100.970.72121.6910013.92
Hex047264061487a64e
Octal01072144014111017214416
Binary01000111101100100011000011001000111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004702; }

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

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

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

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

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

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

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

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