Html Css Color HEX #476820 Green Leaf

📋 copy color: '#476820'

red 71 ◦ green 104 ◦ blue 32

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

Shades of Green Leaf #476820

Tints of Green Leaf #476820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.24%

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 34.3%
G = 50.24%
B = 15.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#476820 (or 0x476820) is known color: Green Leaf. HEX triplet: 47, 68 and 20. RGB value is (71,104,32). Sum of RGB (Red+Green+Blue) = 71+104+32=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #476820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476820 is #B897DF. Grayscale: #565656. Windows color (decimal): -12097504 or 2123847. OLE color: 2123847.

HSL color Cylindrical-coordinate representation of color #476820: hue angle of 87.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #476820 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 32 -
CMYK 0.32 0 0.69 0.59
HSL 87.5º 0.53% 0.27% -
HSV(B) 87.5º 0.69% 0.41% -
XYZ 7.81 11.34 3.14 -
YUV 85.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 71 104 32 0.32 0 0.69 0.59 87.5 0.53 0.27
Hex 47 68 20 20 0 45 3B 57 35 1B
Octal 107 150 40 40 0 105 73 127 65 33
Binary 1000111 1101000 100000 100000 0 1000101 111011 1010111 110101 11011

Color Harmonies of #476820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476820

Black with #476820

Text Example


Text Example

White with #476820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476820; }

 p { color: rgb(71,104,32); }

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

background-color css

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

 a { background-color: rgb(71,104,32); }

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

border-color css

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

 span { border-color: rgb(71,104,32); }

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