#467418

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

Shades of Green Leaf #467418

Tints of Green Leaf #467418

Color information

#467418 (or 0x467418) is unknown color: approx Green Leaf. HEX triplet: 46, 74 and 18. RGB value is (70,116,24). Sum of RGB (Red+Green+Blue) = 70+116+24=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #467418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467418 is #B98BE7. Grayscale: #5C5C5C. Windows color (decimal): -12159976 or 1602630. OLE color: 1602630.

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

Color convert

RGB7011624-
CMYK0.4000.790.55
HSL90º65.71%27.45%-
HSV(B)90º79.31%45.49%-
XYZ8.9413.863.07-
YUV91.7689.76112.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 55.24%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=33.33%
G=55.24%
B=11.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116240.4000.790.559065.7127.45
Hex4674182804F375a421b
Octal106164305001176713210233
Binary1000110111010011000101000010011111101111011010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467418; }

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

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

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

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

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

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

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

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