#467405

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

Shades of Green Leaf #467405

Tints of Green Leaf #467405

Color information

#467405 (or 0x467405) is unknown color: approx Green Leaf. HEX triplet: 46, 74 and 05. RGB value is (70,116,5). Sum of RGB (Red+Green+Blue) = 70+116+5=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #467405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467405 is #B98BFA. Grayscale: #595959. Windows color (decimal): -12159995 or 357446. OLE color: 357446.

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

Color convert

RGB701165-
CMYK0.4000.960.55
HSL84.86º91.74%23.73%-
HSV(B)84.86º95.69%45.49%-
XYZ8.813.82.34-
YUV89.5980.26114.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=36.65%
G=60.73%
B=2.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7011650.4000.960.5584.8691.7423.73
Hex467452806037555c18
Octal10616455001406712513430
Binary10001101110100101101000011000001101111010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467405; }

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

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

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

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

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

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

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

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