Html Css Color HEX #047514 Green

📋 copy color: '#047514'

red 4 ◦ green 117 ◦ blue 20

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

Shades of Green #047514

Tints of Green #047514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 82.98%

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 2.84%
G = 82.98%
B = 14.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#047514 (or 0x047514) is known color: Green. HEX triplet: 04, 75 and 14. RGB value is (4,117,20). Sum of RGB (Red+Green+Blue) = 4+117+20=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #047514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047514 is #FB8AEB. Grayscale: #484848. Windows color (decimal): -16485100 or 1340676. OLE color: 1340676.

HSL color Cylindrical-coordinate representation of color #047514: hue angle of 128.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047514 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 20 -
CMYK 0.97 0 0.83 0.54
HSL 128.5º 0.93% 0.24% -
HSV(B) 128.5º 0.97% 0.46% -
XYZ 6.54 12.8 2.79 -
YUV 72.16 98.56 79.39 -
System Red Green Blue C M Y K H S L
Decimal 4 117 20 0.97 0 0.83 0.54 128.5 0.93 0.24
Hex 4 75 14 61 0 53 36 80 5D 18
Octal 4 165 24 141 0 123 66 200 135 30
Binary 100 1110101 10100 1100001 0 1010011 110110 10000000 1011101 11000

Color Harmonies of #047514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047514

Black with #047514

Text Example


Text Example

White with #047514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047514; }

 p { color: rgb(4,117,20); }

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

background-color css

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

 a { background-color: rgb(4,117,20); }

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

border-color css

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

 span { border-color: rgb(4,117,20); }

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