Html Css Color HEX #477010 Green Leaf

📋 copy color: '#477010'

red 71 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #477010

Tints of Green Leaf #477010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 35.68%
G = 56.28%
B = 8.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#477010 (or 0x477010) is known color: Green Leaf. HEX triplet: 47, 70 and 10. RGB value is (71,112,16). Sum of RGB (Red+Green+Blue) = 71+112+16=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #477010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477010 is #B88FEF. Grayscale: #595959. Windows color (decimal): -12095472 or 1077319. OLE color: 1077319.

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

Color convert

RGB 71 112 16 -
CMYK 0.37 0 0.86 0.56
HSL 85.62º 0.75% 0.25% -
HSV(B) 85.62º 0.86% 0.44% -
XYZ 8.49 12.97 2.55 -
YUV 88.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 71 112 16 0.37 0 0.86 0.56 85.62 0.75 0.25
Hex 47 70 10 25 0 56 38 56 4B 19
Octal 107 160 20 45 0 126 70 126 113 31
Binary 1000111 1110000 10000 100101 0 1010110 111000 1010110 1001011 11001

Color Harmonies of #477010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477010

Black with #477010

Text Example


Text Example

White with #477010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477010; }

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

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

background-color css

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

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

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

border-color css

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

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

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