#04710E

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

Shades of Green #04710E

Tints of Green #04710E

Color information

#04710E (or 0x04710E) is unknown color: approx Green. HEX triplet: 04, 71 and 0E. RGB value is (4,113,14). Sum of RGB (Red+Green+Blue) = 4+113+14=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #04710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04710E is #FB8EF1. Grayscale: #454545. Windows color (decimal): -16486130 or 946436. OLE color: 946436.

HSL color Cylindrical-coordinate representation of color #04710E: hue angle of 125.5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04710E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB411314-
CMYK0.9600.880.56
HSL125.5º93.16%22.94%-
HSV(B)125.5º96.46%44.31%-
XYZ6.0311.872.39-
YUV69.1296.8981.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 113 (44.53% from 255) = 86.26%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=3.05%
G=86.26%
B=10.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113140.9600.880.56125.593.1622.94
Hex471E60058387e5d17
Octal41611614001307017613527
Binary100111000111101100000010110001110001111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04710E; }

 p { color: rgb(4,113,14); }

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

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

 a { background-color: rgb(4,113,14); }

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

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

 span { border-color: rgb(4,113,14); }

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