#46651B

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

Shades of Green Leaf #46651B

Tints of Green Leaf #46651B

Color information

#46651B (or 0x46651B) is unknown color: approx Green Leaf. HEX triplet: 46, 65 and 1B. RGB value is (70,101,27). Sum of RGB (Red+Green+Blue) = 70+101+27=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #46651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46651B is #B99AE4. Grayscale: #535353. Windows color (decimal): -12163813 or 1795398. OLE color: 1795398.

HSL color Cylindrical-coordinate representation of color #46651B: hue angle of 85.14º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46651B is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB7010127-
CMYK0.3100.730.60
HSL85.14º57.81%25.1%-
HSV(B)85.14º73.27%39.61%-
XYZ7.3810.692.71-
YUV83.396.23118.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 101 (39.84% from 255) = 51.01%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=35.35%
G=51.01%
B=13.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101270.3100.730.6085.1457.8125.1
Hex46651B1F0493C553a19
Octal10614533370111741257231
Binary10001101100101110111111101001001111100101010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46651B; }

 p { color: rgb(70,101,27); }

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

<style>
 a { background-color: #46651B; }

 a { background-color: rgb(70,101,27); }

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

<style>
 span { border-color: #46651B; }

 span { border-color: rgb(70,101,27); }

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