Html Css Color HEX #47740E Green Leaf

📋 copy color: '#47740E'

red 71 ◦ green 116 ◦ blue 14

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

Shades of Green Leaf #47740E

Tints of Green Leaf #47740E

RGB

 RED value IS 71 (28.13% from 255) = 35.32%

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

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 35.32%
G = 57.71%
B = 6.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#47740E (or 0x47740E) is known color: Green Leaf. HEX triplet: 47, 74 and 0E. RGB value is (71,116,14). Sum of RGB (Red+Green+Blue) = 71+116+14=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #47740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47740E is #B88BF1. Grayscale: #5B5B5B. Windows color (decimal): -12094450 or 947271. OLE color: 947271.

HSL color Cylindrical-coordinate representation of color #47740E: hue angle of 86.47º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47740E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 14 -
CMYK 0.39 0 0.88 0.55
HSL 86.47º 0.78% 0.25% -
HSV(B) 86.47º 0.88% 0.45% -
XYZ 8.92 13.86 2.62 -
YUV 90.92 84.59 113.79 -
System Red Green Blue C M Y K H S L
Decimal 71 116 14 0.39 0 0.88 0.55 86.47 0.78 0.25
Hex 47 74 E 27 0 58 37 56 4E 19
Octal 107 164 16 47 0 130 67 126 116 31
Binary 1000111 1110100 1110 100111 0 1011000 110111 1010110 1001110 11001

Color Harmonies of #47740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47740E

Black with #47740E

Text Example


Text Example

White with #47740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,116,14); }

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

background-color css

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

 a { background-color: rgb(71,116,14); }

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

border-color css

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

 span { border-color: rgb(71,116,14); }

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