#476F0F

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

Shades of Green Leaf #476F0F

Tints of Green Leaf #476F0F

Color information

#476F0F (or 0x476F0F) is unknown color: approx Green Leaf. HEX triplet: 47, 6F and 0F. RGB value is (71,111,15). Sum of RGB (Red+Green+Blue) = 71+111+15=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #476F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476F0F is #B890F0. Grayscale: #585858. Windows color (decimal): -12095729 or 1011527. OLE color: 1011527.

HSL color Cylindrical-coordinate representation of color #476F0F: hue angle of 85º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #476F0F is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB7111115-
CMYK0.3600.860.56
HSL85º76.19%24.71%-
HSV(B)85º86.49%43.53%-
XYZ8.3712.742.47-
YUV88.186.75115.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=36.04%
G=56.35%
B=7.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111150.3600.860.568576.1924.71
Hex476FF2405638554c19
Octal107157174401267012511431
Binary100011111011111111100100010101101110001010101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F0F; }

 p { color: rgb(71,111,15); }

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

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

 a { background-color: rgb(71,111,15); }

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

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

 span { border-color: rgb(71,111,15); }

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