#46661A

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

Shades of Green Leaf #46661A

Tints of Green Leaf #46661A

Color information

#46661A (or 0x46661A) is unknown color: approx Green Leaf. HEX triplet: 46, 66 and 1A. RGB value is (70,102,26). Sum of RGB (Red+Green+Blue) = 70+102+26=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #46661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46661A is #B999E5. Grayscale: #545454. Windows color (decimal): -12163558 or 1730118. OLE color: 1730118.

HSL color Cylindrical-coordinate representation of color #46661A: hue angle of 85.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46661A is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB7010226-
CMYK0.3100.750.6
HSL85.26º59.38%25.1%-
HSV(B)85.26º74.51%40%-
XYZ7.4610.882.68-
YUV83.7795.4118.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=35.35%
G=51.52%
B=13.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102260.3100.750.685.2659.3825.1
Hex46661A1F04B3C553b19
Octal10614632370113741257331
Binary10001101100110110101111101001011111100101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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