#467610

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

Shades of Green Leaf #467610

Tints of Green Leaf #467610

Color information

#467610 (or 0x467610) is unknown color: approx Green Leaf. HEX triplet: 46, 76 and 10. RGB value is (70,118,16). Sum of RGB (Red+Green+Blue) = 70+118+16=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #467610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467610 is #B989EF. Grayscale: #5C5C5C. Windows color (decimal): -12159472 or 1078854. OLE color: 1078854.

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

Color convert

RGB7011816-
CMYK0.4100.860.54
HSL88.24º76.12%26.27%-
HSV(B)88.24º86.44%46.27%-
XYZ9.114.32.77-
YUV92.0285.1112.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=34.31%
G=57.84%
B=7.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118160.4100.860.5488.2476.1226.27
Hex4676102905636584c1a
Octal106166205101266613011432
Binary1000110111011010000101001010101101101101011000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467610; }

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

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

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

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

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

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

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

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