#04740F

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

Shades of Green #04740F

Tints of Green #04740F

Color information

#04740F (or 0x04740F) is unknown color: approx Green. HEX triplet: 04, 74 and 0F. RGB value is (4,116,15). Sum of RGB (Red+Green+Blue) = 4+116+15=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #04740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04740F is #FB8BF0. Grayscale: #474747. Windows color (decimal): -16485361 or 1012740. OLE color: 1012740.

HSL color Cylindrical-coordinate representation of color #04740F: hue angle of 125.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04740F is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB411615-
CMYK0.9700.870.55
HSL125.89º93.33%23.53%-
HSV(B)125.89º96.55%45.49%-
XYZ6.3812.552.54-
YUV7196.3980.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 116 (45.70% from 255) = 85.93%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=2.96%
G=85.93%
B=11.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116150.9700.870.55125.8993.3323.53
Hex474F61057377e5d18
Octal41641714101276717613530
Binary100111010011111100001010101111101111111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04740F; }

 p { color: rgb(4,116,15); }

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

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

 a { background-color: rgb(4,116,15); }

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

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

 span { border-color: rgb(4,116,15); }

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