#46760F

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

Shades of Green Leaf #46760F

Tints of Green Leaf #46760F

Color information

#46760F (or 0x46760F) is unknown color: approx Green Leaf. HEX triplet: 46, 76 and 0F. RGB value is (70,118,15). Sum of RGB (Red+Green+Blue) = 70+118+15=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #46760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46760F is #B989F0. Grayscale: #5C5C5C. Windows color (decimal): -12159473 or 1013318. OLE color: 1013318.

HSL color Cylindrical-coordinate representation of color #46760F: hue angle of 87.96º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46760F is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB7011815-
CMYK0.4100.870.54
HSL87.96º77.44%26.08%-
HSV(B)87.96º87.29%46.27%-
XYZ9.0914.292.73-
YUV91.9184.6112.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=34.48%
G=58.13%
B=7.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118150.4100.870.5487.9677.4426.08
Hex4676F2905736584d1a
Octal106166175101276613011532
Binary100011011101101111101001010101111101101011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,118,15); }

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

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

 a { background-color: rgb(70,118,15); }

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

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

 span { border-color: rgb(70,118,15); }

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