#467210

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

Shades of Green Leaf #467210

Tints of Green Leaf #467210

Color information

#467210 (or 0x467210) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 10. RGB value is (70,114,16). Sum of RGB (Red+Green+Blue) = 70+114+16=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #467210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467210 is #B98DEF. Grayscale: #5A5A5A. Windows color (decimal): -12160496 or 1077830. OLE color: 1077830.

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

Color convert

RGB7011416-
CMYK0.3900.860.55
HSL86.94º75.38%25.49%-
HSV(B)86.94º85.96%44.71%-
XYZ8.6413.372.62-
YUV89.6786.42113.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 16 (6.64% from 255) = 8%
R=35%
G=57%
B=8%

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
Decimal70114160.3900.860.5586.9475.3825.49
Hex4672102705637574b19
Octal106162204701266712711331
Binary1000110111001010000100111010101101101111010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467210; }

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

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

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

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

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

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

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

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