#467804

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

Shades of Green Leaf #467804

Tints of Green Leaf #467804

Color information

#467804 (or 0x467804) is unknown color: approx Green Leaf. HEX triplet: 46, 78 and 04. RGB value is (70,120,4). Sum of RGB (Red+Green+Blue) = 70+120+4=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #467804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467804 is #B987FB. Grayscale: #5C5C5C. Windows color (decimal): -12158972 or 292934. OLE color: 292934.

HSL color Cylindrical-coordinate representation of color #467804: hue angle of 85.86º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #467804 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB701204-
CMYK0.4200.970.53
HSL85.86º93.55%24.31%-
HSV(B)85.86º96.67%47.06%-
XYZ9.2614.742.47-
YUV91.8378.44112.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=36.08%
G=61.86%
B=2.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7012040.4200.970.5385.8693.5524.31
Hex467842A06135565e18
Octal10617045201416512613630
Binary10001101111000100101010011000011101011010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467804; }

 p { color: rgb(70,120,4); }

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

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

 a { background-color: rgb(70,120,4); }

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

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

 span { border-color: rgb(70,120,4); }

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