Html Css Color HEX #477316 Green Leaf

📋 copy color: '#477316'

red 71 ◦ green 115 ◦ blue 22

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

Shades of Green Leaf #477316

Tints of Green Leaf #477316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.29%

 BLUE value IS 22 (8.98% from 255) = 10.58%

R = 34.13%
G = 55.29%
B = 10.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#477316 (or 0x477316) is known color: Green Leaf. HEX triplet: 47, 73 and 16. RGB value is (71,115,22). Sum of RGB (Red+Green+Blue) = 71+115+22=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #477316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477316 is #B88CE9. Grayscale: #5B5B5B. Windows color (decimal): -12094698 or 1471303. OLE color: 1471303.

HSL color Cylindrical-coordinate representation of color #477316: hue angle of 88.39º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #477316 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 22 -
CMYK 0.38 0 0.81 0.55
HSL 88.39º 0.68% 0.27% -
HSV(B) 88.39º 0.81% 0.45% -
XYZ 8.87 13.66 2.93 -
YUV 91.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 71 115 22 0.38 0 0.81 0.55 88.39 0.68 0.27
Hex 47 73 16 26 0 51 37 58 44 1B
Octal 107 163 26 46 0 121 67 130 104 33
Binary 1000111 1110011 10110 100110 0 1010001 110111 1011000 1000100 11011

Color Harmonies of #477316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477316

Black with #477316

Text Example


Text Example

White with #477316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477316; }

 p { color: rgb(71,115,22); }

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

background-color css

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

 a { background-color: rgb(71,115,22); }

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

border-color css

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

 span { border-color: rgb(71,115,22); }

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