Html Css Color HEX #47740F Green Leaf

📋 copy color: '#47740F'

red 71 ◦ green 116 ◦ blue 15

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

Shades of Green Leaf #47740F

Tints of Green Leaf #47740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 35.15%
G = 57.43%
B = 7.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#47740F (or 0x47740F) is known color: Green Leaf. HEX triplet: 47, 74 and 0F. RGB value is (71,116,15). Sum of RGB (Red+Green+Blue) = 71+116+15=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #47740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47740F is #B88BF0. Grayscale: #5B5B5B. Windows color (decimal): -12094449 or 1012807. OLE color: 1012807.

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

Color convert

RGB 71 116 15 -
CMYK 0.39 0 0.87 0.55
HSL 86.73º 0.77% 0.26% -
HSV(B) 86.73º 0.87% 0.45% -
XYZ 8.93 13.86 2.66 -
YUV 91.03 85.09 113.71 -
System Red Green Blue C M Y K H S L
Decimal 71 116 15 0.39 0 0.87 0.55 86.73 0.77 0.26
Hex 47 74 F 27 0 57 37 57 4D 1A
Octal 107 164 17 47 0 127 67 127 115 32
Binary 1000111 1110100 1111 100111 0 1010111 110111 1010111 1001101 11010

Color Harmonies of #47740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47740F

Black with #47740F

Text Example


Text Example

White with #47740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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