#46631B

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

Shades of Green Leaf #46631B

Tints of Green Leaf #46631B

Color information

#46631B (or 0x46631B) is unknown color: approx Green Leaf. HEX triplet: 46, 63 and 1B. RGB value is (70,99,27). Sum of RGB (Red+Green+Blue) = 70+99+27=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #46631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46631B is #B99CE4. Grayscale: #525252. Windows color (decimal): -12164325 or 1794886. OLE color: 1794886.

HSL color Cylindrical-coordinate representation of color #46631B: hue angle of 84.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46631B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB709927-
CMYK0.2900.730.61
HSL84.17º57.14%24.71%-
HSV(B)84.17º72.73%38.82%-
XYZ7.1910.32.65-
YUV82.1296.89119.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=35.71%
G=50.51%
B=13.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099270.2900.730.6184.1757.1424.71
Hex46631B1D0493D543919
Octal10614333350111751247131
Binary10001101100011110111110101001001111101101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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