#46641F

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

Shades of Green Leaf #46641F

Tints of Green Leaf #46641F

Color information

#46641F (or 0x46641F) is unknown color: approx Green Leaf. HEX triplet: 46, 64 and 1F. RGB value is (70,100,31). Sum of RGB (Red+Green+Blue) = 70+100+31=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #46641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46641F is #B99BE0. Grayscale: #535353. Windows color (decimal): -12164065 or 2057286. OLE color: 2057286.

HSL color Cylindrical-coordinate representation of color #46641F: hue angle of 86.09º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46641F is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB7010031-
CMYK0.3000.690.61
HSL86.09º52.67%25.69%-
HSV(B)86.09º69%39.22%-
XYZ7.3310.522.94-
YUV83.1698.56118.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 100 (39.45% from 255) = 49.75%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=34.83%
G=49.75%
B=15.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100310.3000.690.6186.0952.6725.69
Hex46641F1E0453D56351a
Octal10614437360105751266532
Binary10001101100100111111111001000101111101101011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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