#004701

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

Shades of Myrtle #004701

Tints of Myrtle #004701

Color information

#004701 (or 0x004701) is unknown color: approx Myrtle. HEX triplet: 00, 47 and 01. RGB value is (0,71,1). Sum of RGB (Red+Green+Blue) = 0+71+1=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 71 (28.12% from 255 or 98.61% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 71 - color contains mainly: green. Hex color #004701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004701 is #FFB8FE. Grayscale: #2A2A2A. Windows color (decimal): -16759039 or 83712. OLE color: 83712.

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

Color convert

RGB0711-
CMYK100.990.72
HSL120.85º100%13.92%-
HSV(B)120.85º100%27.84%-
XYZ2.264.510.78-
YUV41.79104.9898.19-

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) = 98.61%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=0%
G=98.61%
B=1.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0711100.990.72120.8510013.92
Hex047164063487964e
Octal01071144014311017114416
Binary0100011111100100011000111001000111100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004701; }

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

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

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

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

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

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

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

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