#467214

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

Shades of Green Leaf #467214

Tints of Green Leaf #467214

Color information

#467214 (or 0x467214) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 14. RGB value is (70,114,20). Sum of RGB (Red+Green+Blue) = 70+114+20=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #467214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467214 is #B98DEB. Grayscale: #5A5A5A. Windows color (decimal): -12160492 or 1339974. OLE color: 1339974.

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

Color convert

RGB7011420-
CMYK0.3900.820.55
HSL88.09º70.15%26.27%-
HSV(B)88.09º82.46%44.71%-
XYZ8.6713.392.79-
YUV90.1388.42113.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=34.31%
G=55.88%
B=9.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114200.3900.820.5588.0970.1526.27
Hex467214270523758461a
Octal106162244701226713010632
Binary1000110111001010100100111010100101101111011000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467214; }

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

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

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

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

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

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

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

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