#46681E

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

Shades of Green Leaf #46681E

Tints of Green Leaf #46681E

Color information

#46681E (or 0x46681E) is unknown color: approx Green Leaf. HEX triplet: 46, 68 and 1E. RGB value is (70,104,30). Sum of RGB (Red+Green+Blue) = 70+104+30=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #46681E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46681E is #B997E1. Grayscale: #555555. Windows color (decimal): -12163042 or 1992774. OLE color: 1992774.

HSL color Cylindrical-coordinate representation of color #46681E: hue angle of 87.57º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46681E is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB7010430-
CMYK0.3300.710.59
HSL87.57º55.22%26.27%-
HSV(B)87.57º71.15%40.78%-
XYZ7.7111.33-
YUV85.496.74117.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=34.31%
G=50.98%
B=14.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104300.3300.710.5987.5755.2226.27
Hex46681E210473B58371a
Octal10615036410107731306732
Binary100011011010001111010000101000111111011101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46681E; }

 p { color: rgb(70,104,30); }

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

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

 a { background-color: rgb(70,104,30); }

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

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

 span { border-color: rgb(70,104,30); }

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