#476D12

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

Shades of Green Leaf #476D12

Tints of Green Leaf #476D12

Color information

#476D12 (or 0x476D12) is unknown color: approx Green Leaf. HEX triplet: 47, 6D and 12. RGB value is (71,109,18). Sum of RGB (Red+Green+Blue) = 71+109+18=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #476D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D12 is #B892ED. Grayscale: #575757. Windows color (decimal): -12096238 or 1207623. OLE color: 1207623.

HSL color Cylindrical-coordinate representation of color #476D12: hue angle of 85.05º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #476D12 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB7110918-
CMYK0.3500.830.57
HSL85.05º71.65%24.9%-
HSV(B)85.05º83.49%42.75%-
XYZ8.1812.322.52-
YUV87.2688.91116.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 109 (42.97% from 255) = 55.05%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=35.86%
G=55.05%
B=9.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71109180.3500.830.5785.0571.6524.9
Hex476D122305339554819
Octal107155224301237112511031
Binary1000111110110110010100011010100111110011010101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,18); }

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

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

 a { background-color: rgb(71,109,18); }

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

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

 span { border-color: rgb(71,109,18); }

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