#46661F

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

Shades of Green Leaf #46661F

Tints of Green Leaf #46661F

Color information

#46661F (or 0x46661F) is unknown color: approx Green Leaf. HEX triplet: 46, 66 and 1F. RGB value is (70,102,31). Sum of RGB (Red+Green+Blue) = 70+102+31=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #46661F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46661F is #B999E0. Grayscale: #545454. Windows color (decimal): -12163553 or 2057798. OLE color: 2057798.

HSL color Cylindrical-coordinate representation of color #46661F: hue angle of 87.04º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46661F is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB7010231-
CMYK0.3100.700.6
HSL87.04º53.38%26.08%-
HSV(B)87.04º69.61%40%-
XYZ7.5210.93-
YUV84.3497.9117.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=34.48%
G=50.25%
B=15.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102310.3100.700.687.0453.3826.08
Hex46661F1F0463C57351a
Octal10614637370106741276532
Binary10001101100110111111111101000110111100101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46661F; }

 p { color: rgb(70,102,31); }

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

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

 a { background-color: rgb(70,102,31); }

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

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

 span { border-color: rgb(70,102,31); }

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