Html Css Color HEX #04740F Green

📋 copy color: '#04740F'

red 4 ◦ green 116 ◦ blue 15

#04740F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #04740F

Tints of Green #04740F

RGB

 RED value IS 4 (1.95% from 255) = 2.96%

 GREEN value IS 116 (45.7% 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 value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#04740F (or 0x04740F) is known color: 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

RGB 4 116 15 -
CMYK 0.97 0 0.87 0.55
HSL 125.89º 0.93% 0.24% -
HSV(B) 125.89º 0.97% 0.45% -
XYZ 6.38 12.55 2.54 -
YUV 71 96.39 80.21 -
System Red Green Blue C M Y K H S L
Decimal 4 116 15 0.97 0 0.87 0.55 125.89 0.93 0.24
Hex 4 74 F 61 0 57 37 7E 5D 18
Octal 4 164 17 141 0 127 67 176 135 30
Binary 100 1110100 1111 1100001 0 1010111 110111 1111110 1011101 11000

Color Harmonies of #04740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04740F

Black with #04740F

Text Example


Text Example

White with #04740F

Text Example


Text Example

HTML Codes & Css Web 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>