Html Css Color HEX #477014 Green Leaf

📋 copy color: '#477014'

red 71 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #477014

Tints of Green Leaf #477014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

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

R = 34.98%
G = 55.17%
B = 9.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#477014 (or 0x477014) is known color: Green Leaf. HEX triplet: 47, 70 and 14. RGB value is (71,112,20). Sum of RGB (Red+Green+Blue) = 71+112+20=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #477014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477014 is #B88FEB. Grayscale: #595959. Windows color (decimal): -12095468 or 1339463. OLE color: 1339463.

HSL color Cylindrical-coordinate representation of color #477014: hue angle of 86.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #477014 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 20 -
CMYK 0.37 0 0.82 0.56
HSL 86.74º 0.7% 0.26% -
HSV(B) 86.74º 0.82% 0.44% -
XYZ 8.52 12.98 2.72 -
YUV 89.25 88.92 114.98 -
System Red Green Blue C M Y K H S L
Decimal 71 112 20 0.37 0 0.82 0.56 86.74 0.7 0.26
Hex 47 70 14 25 0 52 38 57 46 1A
Octal 107 160 24 45 0 122 70 127 106 32
Binary 1000111 1110000 10100 100101 0 1010010 111000 1010111 1000110 11010

Color Harmonies of #477014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477014

Black with #477014

Text Example


Text Example

White with #477014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477014; }

 p { color: rgb(71,112,20); }

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

background-color css

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

 a { background-color: rgb(71,112,20); }

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

border-color css

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

 span { border-color: rgb(71,112,20); }

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