#416A13

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

Shades of Green Leaf #416A13

Tints of Green Leaf #416A13

Color information

#416A13 (or 0x416A13) is unknown color: approx Green Leaf. HEX triplet: 41, 6A and 13. RGB value is (65,106,19). Sum of RGB (Red+Green+Blue) = 65+106+19=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #416A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416A13 is #BE95EC. Grayscale: #545454. Windows color (decimal): -12490221 or 1272385. OLE color: 1272385.

HSL color Cylindrical-coordinate representation of color #416A13: hue angle of 88.28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #416A13 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB6510619-
CMYK0.3900.820.58
HSL88.28º69.6%24.51%-
HSV(B)88.28º82.08%41.57%-
XYZ7.4511.482.44-
YUV83.8291.42114.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 106 (41.80% from 255) = 55.79%
BLUE value IS 19 (7.81% from 255) = 10%
R=34.21%
G=55.79%
B=10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65106190.3900.820.5888.2869.624.51
Hex416A13270523A584619
Octal101152234701227213010631
Binary1000001110101010011100111010100101110101011000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416A13; }

 p { color: rgb(65,106,19); }

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

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

 a { background-color: rgb(65,106,19); }

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

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

 span { border-color: rgb(65,106,19); }

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