#467312

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

Shades of Green Leaf #467312

Tints of Green Leaf #467312

Color information

#467312 (or 0x467312) is unknown color: approx Green Leaf. HEX triplet: 46, 73 and 12. RGB value is (70,115,18). Sum of RGB (Red+Green+Blue) = 70+115+18=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #467312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467312 is #B98CED. Grayscale: #5A5A5A. Windows color (decimal): -12160238 or 1209158. OLE color: 1209158.

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

Color convert

RGB7011518-
CMYK0.3900.840.55
HSL87.84º72.93%26.08%-
HSV(B)87.84º84.35%45.1%-
XYZ8.7713.612.74-
YUV90.4987.09113.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=34.48%
G=56.65%
B=8.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115180.3900.840.5587.8472.9326.08
Hex467312270543758491a
Octal106163224701246713011132
Binary1000110111001110010100111010101001101111011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467312; }

 p { color: rgb(70,115,18); }

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

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

 a { background-color: rgb(70,115,18); }

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

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

 span { border-color: rgb(70,115,18); }

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