Html Css Color HEX #477614 Green Leaf

📋 copy color: '#477614'

red 71 ◦ green 118 ◦ blue 20

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

Shades of Green Leaf #477614

Tints of Green Leaf #477614

RGB

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

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

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

R = 33.97%
G = 56.46%
B = 9.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#477614 (or 0x477614) is known color: Green Leaf. HEX triplet: 47, 76 and 14. RGB value is (71,118,20). Sum of RGB (Red+Green+Blue) = 71+118+20=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #477614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477614 is #B889EB. Grayscale: #5D5D5D. Windows color (decimal): -12093932 or 1340999. OLE color: 1340999.

HSL color Cylindrical-coordinate representation of color #477614: hue angle of 88.78º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477614 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 20 -
CMYK 0.40 0 0.83 0.54
HSL 88.78º 0.71% 0.27% -
HSV(B) 88.78º 0.83% 0.46% -
XYZ 9.2 14.35 2.95 -
YUV 92.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 71 118 20 0.40 0 0.83 0.54 88.78 0.71 0.27
Hex 47 76 14 28 0 53 36 59 47 1B
Octal 107 166 24 50 0 123 66 131 107 33
Binary 1000111 1110110 10100 101000 0 1010011 110110 1011001 1000111 11011

Color Harmonies of #477614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477614

Black with #477614

Text Example


Text Example

White with #477614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477614; }

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

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

background-color css

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

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

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

border-color css

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

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

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