Html Css Color HEX #047401 Green

📋 copy color: '#047401'

red 4 ◦ green 116 ◦ blue 1

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

Shades of Green #047401

Tints of Green #047401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 95.87%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 3.31%
G = 95.87%
B = 0.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#047401 (or 0x047401) is known color: Green. HEX triplet: 04, 74 and 01. RGB value is (4,116,1). Sum of RGB (Red+Green+Blue) = 4+116+1=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 116 (45.70% from 255 or 95.87% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 116 - color contains mainly: green. Hex color #047401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047401 is #FB8BFE. Grayscale: #454545. Windows color (decimal): -16485375 or 95236. OLE color: 95236.

HSL color Cylindrical-coordinate representation of color #047401: hue angle of 118.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #047401 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 116 1 -
CMYK 0.97 0 0.99 0.55
HSL 118.43º 0.98% 0.23% -
HSV(B) 118.43º 0.99% 0.45% -
XYZ 6.3 12.52 2.11 -
YUV 69.4 89.39 81.35 -
System Red Green Blue C M Y K H S L
Decimal 4 116 1 0.97 0 0.99 0.55 118.43 0.98 0.23
Hex 4 74 1 61 0 63 37 76 62 17
Octal 4 164 1 141 0 143 67 166 142 27
Binary 100 1110100 1 1100001 0 1100011 110111 1110110 1100010 10111

Color Harmonies of #047401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047401

Black with #047401

Text Example


Text Example

White with #047401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047401; }

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

 H1.HeaderClassName
 {
   color: #047401;
 }
 .AnyTagClassName
 {
   color: #047401;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #047401;
 }
 .BgClassName
 {
   background-color: #047401;
 }
</style>

border-color css

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

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

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