#467211

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

Shades of Green Leaf #467211

Tints of Green Leaf #467211

Color information

#467211 (or 0x467211) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 11. RGB value is (70,114,17). Sum of RGB (Red+Green+Blue) = 70+114+17=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #467211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467211 is #B98DEE. Grayscale: #5A5A5A. Windows color (decimal): -12160495 or 1143366. OLE color: 1143366.

HSL color Cylindrical-coordinate representation of color #467211: hue angle of 87.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467211 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB7011417-
CMYK0.3900.850.55
HSL87.22º74.05%25.69%-
HSV(B)87.22º85.09%44.71%-
XYZ8.6413.382.66-
YUV89.7986.92113.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=34.83%
G=56.72%
B=8.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114170.3900.850.5587.2274.0525.69
Hex4672112705537574a1a
Octal106162214701256712711232
Binary1000110111001010001100111010101011101111010111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467211; }

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

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

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

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

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

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

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

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