#04770E

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

Shades of Green #04770E

Tints of Green #04770E

Color information

#04770E (or 0x04770E) is unknown color: approx Green. HEX triplet: 04, 77 and 0E. RGB value is (4,119,14). Sum of RGB (Red+Green+Blue) = 4+119+14=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #04770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04770E is #FB88F1. Grayscale: #484848. Windows color (decimal): -16484594 or 947972. OLE color: 947972.

HSL color Cylindrical-coordinate representation of color #04770E: hue angle of 125.22º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04770E is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB411914-
CMYK0.9700.880.53
HSL125.22º93.5%24.12%-
HSV(B)125.22º96.64%46.67%-
XYZ6.7313.252.62-
YUV72.6494.979.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 119 (46.88% from 255) = 86.86%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=2.92%
G=86.86%
B=10.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4119140.9700.880.53125.2293.524.12
Hex477E61058357d5d18
Octal41671614101306517513530
Binary100111011111101100001010110001101011111101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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