#467310

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

Shades of Green Leaf #467310

Tints of Green Leaf #467310

Color information

#467310 (or 0x467310) is unknown color: approx Green Leaf. HEX triplet: 46, 73 and 10. RGB value is (70,115,16). Sum of RGB (Red+Green+Blue) = 70+115+16=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #467310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467310 is #B98CEF. Grayscale: #5A5A5A. Windows color (decimal): -12160240 or 1078086. OLE color: 1078086.

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

Color convert

RGB7011516-
CMYK0.3900.860.55
HSL87.27º75.57%25.69%-
HSV(B)87.27º86.09%45.1%-
XYZ8.7513.62.65-
YUV90.2686.09113.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=34.83%
G=57.21%
B=7.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115160.3900.860.5587.2775.5725.69
Hex4673102705637574c1a
Octal106163204701266712711432
Binary1000110111001110000100111010101101101111010111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467310; }

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

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

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

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

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

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

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

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