Html Css Color HEX #477408 Green Leaf

📋 copy color: '#477408'

red 71 ◦ green 116 ◦ blue 8

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

Shades of Green Leaf #477408

Tints of Green Leaf #477408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.49%

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 36.41%
G = 59.49%
B = 4.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#477408 (or 0x477408) is known color: Green Leaf. HEX triplet: 47, 74 and 08. RGB value is (71,116,8). Sum of RGB (Red+Green+Blue) = 71+116+8=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #477408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477408 is #B88BF7. Grayscale: #5A5A5A. Windows color (decimal): -12094456 or 554055. OLE color: 554055.

HSL color Cylindrical-coordinate representation of color #477408: hue angle of 85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #477408 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 8 -
CMYK 0.39 0 0.93 0.55
HSL 85º 0.87% 0.24% -
HSV(B) 85º 0.93% 0.45% -
XYZ 8.89 13.85 2.43 -
YUV 90.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 71 116 8 0.39 0 0.93 0.55 85 0.87 0.24
Hex 47 74 8 27 0 5D 37 55 57 18
Octal 107 164 10 47 0 135 67 125 127 30
Binary 1000111 1110100 1000 100111 0 1011101 110111 1010101 1010111 11000

Color Harmonies of #477408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477408

Black with #477408

Text Example


Text Example

White with #477408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477408; }

 p { color: rgb(71,116,8); }

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

background-color css

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

 a { background-color: rgb(71,116,8); }

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

border-color css

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

 span { border-color: rgb(71,116,8); }

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