#477208

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

Shades of Green Leaf #477208

Tints of Green Leaf #477208

Color information

#477208 (or 0x477208) is unknown color: approx Green Leaf. HEX triplet: 47, 72 and 08. RGB value is (71,114,8). Sum of RGB (Red+Green+Blue) = 71+114+8=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #477208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477208 is #B88DF7. Grayscale: #595959. Windows color (decimal): -12094968 or 553543. OLE color: 553543.

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

Color convert

RGB711148-
CMYK0.3800.930.55
HSL84.34º86.89%23.92%-
HSV(B)84.34º92.98%44.71%-
XYZ8.6613.392.36-
YUV89.0682.25115.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=36.79%
G=59.07%
B=4.15%

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
Decimal7111480.3800.930.5584.3486.8923.92
Hex477282605D37545718
Octal107162104601356712412730
Binary100011111100101000100110010111011101111010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477208; }

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

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

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

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

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

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

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

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