#467607

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

Shades of Green Leaf #467607

Tints of Green Leaf #467607

Color information

#467607 (or 0x467607) is unknown color: approx Green Leaf. HEX triplet: 46, 76 and 07. RGB value is (70,118,7). Sum of RGB (Red+Green+Blue) = 70+118+7=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #467607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467607 is #B989F8. Grayscale: #5B5B5B. Windows color (decimal): -12159481 or 489030. OLE color: 489030.

HSL color Cylindrical-coordinate representation of color #467607: hue angle of 85.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #467607 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB701187-
CMYK0.4100.940.54
HSL85.95º88.8%24.51%-
HSV(B)85.95º94.07%46.27%-
XYZ9.0414.272.48-
YUV90.9980.6113.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=35.90%
G=60.51%
B=3.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7011870.4100.940.5485.9588.824.51
Hex467672905E36565919
Octal10616675101366612613131
Binary10001101110110111101001010111101101101010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467607; }

 p { color: rgb(70,118,7); }

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

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

 a { background-color: rgb(70,118,7); }

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

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

 span { border-color: rgb(70,118,7); }

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