#467118

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

Shades of Green Leaf #467118

Tints of Green Leaf #467118

Color information

#467118 (or 0x467118) is unknown color: approx Green Leaf. HEX triplet: 46, 71 and 18. RGB value is (70,113,24). Sum of RGB (Red+Green+Blue) = 70+113+24=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #467118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467118 is #B98EE7. Grayscale: #5A5A5A. Windows color (decimal): -12160744 or 1601862. OLE color: 1601862.

HSL color Cylindrical-coordinate representation of color #467118: hue angle of 88.99º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #467118 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB7011324-
CMYK0.3800.790.56
HSL88.99º64.96%26.86%-
HSV(B)88.99º78.76%44.31%-
XYZ8.613.182.95-
YUV9090.75113.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=33.82%
G=54.59%
B=11.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113240.3800.790.5688.9964.9626.86
Hex4671182604F3859411b
Octal106161304601177013110133
Binary1000110111000111000100110010011111110001011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467118; }

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

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

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

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

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

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

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

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