#46751A

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

Shades of Green Leaf #46751A

Tints of Green Leaf #46751A

Color information

#46751A (or 0x46751A) is unknown color: approx Green Leaf. HEX triplet: 46, 75 and 1A. RGB value is (70,117,26). Sum of RGB (Red+Green+Blue) = 70+117+26=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #46751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46751A is #B98AE5. Grayscale: #5C5C5C. Windows color (decimal): -12159718 or 1733958. OLE color: 1733958.

HSL color Cylindrical-coordinate representation of color #46751A: hue angle of 90.99º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46751A is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB7011726-
CMYK0.4000.780.54
HSL90.99º63.64%28.04%-
HSV(B)90.99º77.78%45.88%-
XYZ9.0714.13.22-
YUV92.5790.43111.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=32.86%
G=54.93%
B=12.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117260.4000.780.5490.9963.6428.04
Hex46751A2804E365b401c
Octal106165325001166613310034
Binary1000110111010111010101000010011101101101011011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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