#00470A

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

Shades of Myrtle #00470A

Tints of Myrtle #00470A

Color information

#00470A (or 0x00470A) is unknown color: approx Myrtle. HEX triplet: 00, 47 and 0A. RGB value is (0,71,10). Sum of RGB (Red+Green+Blue) = 0+71+10=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 71 (28.12% from 255 or 87.65% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 71 - color contains mainly: green. Hex color #00470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00470A is #FFB8F5. Grayscale: #2A2A2A. Windows color (decimal): -16759030 or 673536. OLE color: 673536.

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

Color convert

RGB07110-
CMYK100.860.72
HSL128.45º100%13.92%-
HSV(B)128.45º100%27.84%-
XYZ2.314.531.04-
YUV42.82109.4897.46-

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) = 87.65%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=0%
G=87.65%
B=12.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07110100.860.72128.4510013.92
Hex047A64056488064e
Octal010712144012611020014416
Binary01000111101011001000101011010010001000000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00470A; }

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

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

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

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

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

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

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

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