#416D13

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

Shades of Green Leaf #416D13

Tints of Green Leaf #416D13

Color information

#416D13 (or 0x416D13) is unknown color: approx Green Leaf. HEX triplet: 41, 6D and 13. RGB value is (65,109,19). Sum of RGB (Red+Green+Blue) = 65+109+19=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #416D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416D13 is #BE92EC. Grayscale: #555555. Windows color (decimal): -12489453 or 1273153. OLE color: 1273153.

HSL color Cylindrical-coordinate representation of color #416D13: hue angle of 89.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #416D13 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB6510919-
CMYK0.4000.830.57
HSL89.33º70.31%25.1%-
HSV(B)89.33º82.57%42.75%-
XYZ7.7712.112.54-
YUV85.5890.42113.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 109 (42.97% from 255) = 56.48%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=33.68%
G=56.48%
B=9.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65109190.4000.830.5789.3370.3125.1
Hex416D132805339594619
Octal101155235001237113110631
Binary1000001110110110011101000010100111110011011001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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