#467015

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

Shades of Green Leaf #467015

Tints of Green Leaf #467015

Color information

#467015 (or 0x467015) is unknown color: approx Green Leaf. HEX triplet: 46, 70 and 15. RGB value is (70,112,21). Sum of RGB (Red+Green+Blue) = 70+112+21=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #467015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467015 is #B98FEA. Grayscale: #595959. Windows color (decimal): -12161003 or 1404998. OLE color: 1404998.

HSL color Cylindrical-coordinate representation of color #467015: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #467015 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB7011221-
CMYK0.3800.810.56
HSL87.69º68.42%26.08%-
HSV(B)87.69º81.25%43.92%-
XYZ8.4612.942.76-
YUV89.0789.59114.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=34.48%
G=55.17%
B=10.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112210.3800.810.5687.6968.4226.08
Hex467015260513858441a
Octal106160254601217013010432
Binary1000110111000010101100110010100011110001011000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467015; }

 p { color: rgb(70,112,21); }

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

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

 a { background-color: rgb(70,112,21); }

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

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

 span { border-color: rgb(70,112,21); }

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