#004708

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

Shades of Myrtle #004708

Tints of Myrtle #004708

Color information

#004708 (or 0x004708) is unknown color: approx Myrtle. HEX triplet: 00, 47 and 08. RGB value is (0,71,8). Sum of RGB (Red+Green+Blue) = 0+71+8=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 71 (28.12% from 255 or 89.87% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 71 - color contains mainly: green. Hex color #004708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004708 is #FFB8F7. Grayscale: #2A2A2A. Windows color (decimal): -16759032 or 542464. OLE color: 542464.

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

Color convert

RGB0718-
CMYK100.890.72
HSL126.76º100%13.92%-
HSV(B)126.76º100%27.84%-
XYZ2.34.520.98-
YUV42.59108.4897.62-

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) = 89.87%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=0%
G=89.87%
B=10.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0718100.890.72126.7610013.92
Hex047864059487f64e
Octal010710144013111017714416
Binary0100011110001100100010110011001000111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004708; }

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

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

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

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

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

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

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

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