#416814

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

Shades of Green Leaf #416814

Tints of Green Leaf #416814

Color information

#416814 (or 0x416814) is unknown color: approx Green Leaf. HEX triplet: 41, 68 and 14. RGB value is (65,104,20). Sum of RGB (Red+Green+Blue) = 65+104+20=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #416814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416814 is #BE97EB. Grayscale: #535353. Windows color (decimal): -12490732 or 1337409. OLE color: 1337409.

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

Color convert

RGB6510420-
CMYK0.3800.810.59
HSL87.86º67.74%24.31%-
HSV(B)87.86º80.77%40.78%-
XYZ7.2611.072.42-
YUV82.7692.58115.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=34.39%
G=55.03%
B=10.58%

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
Decimal65104200.3800.810.5987.8667.7424.31
Hex416814260513B584418
Octal101150244601217313010430
Binary1000001110100010100100110010100011110111011000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416814; }

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

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

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

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

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

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

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

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