Html Css Color HEX #47760E Green Leaf

📋 copy color: '#47760E'

red 71 ◦ green 118 ◦ blue 14

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

Shades of Green Leaf #47760E

Tints of Green Leaf #47760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

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

R = 34.98%
G = 58.13%
B = 6.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#47760E (or 0x47760E) is known color: Green Leaf. HEX triplet: 47, 76 and 0E. RGB value is (71,118,14). Sum of RGB (Red+Green+Blue) = 71+118+14=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #47760E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47760E is #B889F1. Grayscale: #5C5C5C. Windows color (decimal): -12093938 or 947783. OLE color: 947783.

HSL color Cylindrical-coordinate representation of color #47760E: hue angle of 87.12º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47760E is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 14 -
CMYK 0.40 0 0.88 0.54
HSL 87.12º 0.79% 0.26% -
HSV(B) 87.12º 0.88% 0.46% -
XYZ 9.16 14.33 2.7 -
YUV 92.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 71 118 14 0.40 0 0.88 0.54 87.12 0.79 0.26
Hex 47 76 E 28 0 58 36 57 4F 1A
Octal 107 166 16 50 0 130 66 127 117 32
Binary 1000111 1110110 1110 101000 0 1011000 110110 1010111 1001111 11010

Color Harmonies of #47760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47760E

Black with #47760E

Text Example


Text Example

White with #47760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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