#416914

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

Shades of Green Leaf #416914

Tints of Green Leaf #416914

Color information

#416914 (or 0x416914) is unknown color: approx Green Leaf. HEX triplet: 41, 69 and 14. RGB value is (65,105,20). Sum of RGB (Red+Green+Blue) = 65+105+20=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #416914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416914 is #BE96EB. Grayscale: #535353. Windows color (decimal): -12490476 or 1337665. OLE color: 1337665.

HSL color Cylindrical-coordinate representation of color #416914: hue angle of 88.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #416914 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB6510520-
CMYK0.3800.810.59
HSL88.24º68%24.51%-
HSV(B)88.24º80.95%41.18%-
XYZ7.3611.282.45-
YUV83.3592.25114.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=34.21%
G=55.26%
B=10.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105200.3800.810.5988.246824.51
Hex416914260513B584419
Octal101151244601217313010431
Binary1000001110100110100100110010100011110111011000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416914; }

 p { color: rgb(65,105,20); }

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

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

 a { background-color: rgb(65,105,20); }

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

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

 span { border-color: rgb(65,105,20); }

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