#46721B

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

Shades of Green Leaf #46721B

Tints of Green Leaf #46721B

Color information

#46721B (or 0x46721B) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 1B. RGB value is (70,114,27). Sum of RGB (Red+Green+Blue) = 70+114+27=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #46721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46721B is #B98DE4. Grayscale: #5B5B5B. Windows color (decimal): -12160485 or 1798726. OLE color: 1798726.

HSL color Cylindrical-coordinate representation of color #46721B: hue angle of 90.34º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46721B is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB7011427-
CMYK0.3900.760.55
HSL90.34º61.7%27.65%-
HSV(B)90.34º76.32%44.71%-
XYZ8.7413.423.17-
YUV90.9391.92113.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=33.18%
G=54.03%
B=12.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114270.3900.760.5590.3461.727.65
Hex46721B2704C375a3e1c
Octal10616233470114671327634
Binary100011011100101101110011101001100110111101101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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