#477308

Color #477308 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #477308

Tints of Green Leaf #477308

Color information

#477308 (or 0x477308) is unknown color: approx Green Leaf. HEX triplet: 47, 73 and 08. RGB value is (71,115,8). Sum of RGB (Red+Green+Blue) = 71+115+8=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #477308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477308 is #B88CF7. Grayscale: #5A5A5A. Windows color (decimal): -12094712 or 553799. OLE color: 553799.

HSL color Cylindrical-coordinate representation of color #477308: hue angle of 84.67º 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 #477308 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB711158-
CMYK0.3800.930.55
HSL84.67º86.99%24.12%-
HSV(B)84.67º93.04%45.1%-
XYZ8.7713.622.4-
YUV89.6581.92114.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=36.60%
G=59.28%
B=4.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7111580.3800.930.5584.6786.9924.12
Hex477382605D37555718
Octal107163104601356712512730
Binary100011111100111000100110010111011101111010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477308; }

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

 H1.HeaderClassName
 {
   color: #477308;
 }
 .AnyTagClassName
 {
   color: #477308;
 }
</style>
background-color css

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

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

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

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

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

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