#46750B

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

Shades of Green Leaf #46750B

Tints of Green Leaf #46750B

Color information

#46750B (or 0x46750B) is unknown color: approx Green Leaf. HEX triplet: 46, 75 and 0B. RGB value is (70,117,11). Sum of RGB (Red+Green+Blue) = 70+117+11=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #46750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46750B is #B98AF4. Grayscale: #5B5B5B. Windows color (decimal): -12159733 or 750918. OLE color: 750918.

HSL color Cylindrical-coordinate representation of color #46750B: hue angle of 86.6º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46750B is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB7011711-
CMYK0.4000.910.54
HSL86.6º82.81%25.1%-
HSV(B)86.6º90.6%45.88%-
XYZ8.9514.052.56-
YUV90.8682.93113.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=35.35%
G=59.09%
B=5.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117110.4000.910.5486.682.8125.1
Hex4675B2805B36575319
Octal106165135001336612712331
Binary100011011101011011101000010110111101101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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