#467505

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

Shades of Green Leaf #467505

Tints of Green Leaf #467505

Color information

#467505 (or 0x467505) is unknown color: approx Green Leaf. HEX triplet: 46, 75 and 05. RGB value is (70,117,5). Sum of RGB (Red+Green+Blue) = 70+117+5=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #467505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467505 is #B98AFA. Grayscale: #5A5A5A. Windows color (decimal): -12159739 or 357702. OLE color: 357702.

HSL color Cylindrical-coordinate representation of color #467505: hue angle of 85.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #467505 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB701175-
CMYK0.4000.960.54
HSL85.18º91.8%23.92%-
HSV(B)85.18º95.73%45.88%-
XYZ8.9114.042.38-
YUV90.1879.93113.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=36.46%
G=60.94%
B=2.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7011750.4000.960.5485.1891.823.92
Hex467552806036555c18
Octal10616555001406612513430
Binary10001101110101101101000011000001101101010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467505; }

 p { color: rgb(70,117,5); }

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

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

 a { background-color: rgb(70,117,5); }

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

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

 span { border-color: rgb(70,117,5); }

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