Html Css Color HEX #47750E Green Leaf

📋 copy color: '#47750E'

red 71 ◦ green 117 ◦ blue 14

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

Shades of Green Leaf #47750E

Tints of Green Leaf #47750E

RGB

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

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

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

R = 35.15%
G = 57.92%
B = 6.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#47750E (or 0x47750E) is known color: Green Leaf. HEX triplet: 47, 75 and 0E. RGB value is (71,117,14). Sum of RGB (Red+Green+Blue) = 71+117+14=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #47750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47750E is #B88AF1. Grayscale: #5B5B5B. Windows color (decimal): -12094194 or 947527. OLE color: 947527.

HSL color Cylindrical-coordinate representation of color #47750E: hue angle of 86.8º 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 #47750E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 14 -
CMYK 0.39 0 0.88 0.54
HSL 86.8º 0.79% 0.26% -
HSV(B) 86.8º 0.88% 0.46% -
XYZ 9.04 14.09 2.66 -
YUV 91.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 71 117 14 0.39 0 0.88 0.54 86.8 0.79 0.26
Hex 47 75 E 27 0 58 36 57 4F 1A
Octal 107 165 16 47 0 130 66 127 117 32
Binary 1000111 1110101 1110 100111 0 1011000 110110 1010111 1001111 11010

Color Harmonies of #47750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47750E

Black with #47750E

Text Example


Text Example

White with #47750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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