#416F14

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

Shades of Green Leaf #416F14

Tints of Green Leaf #416F14

Color information

#416F14 (or 0x416F14) is unknown color: approx Green Leaf. HEX triplet: 41, 6F and 14. RGB value is (65,111,20). Sum of RGB (Red+Green+Blue) = 65+111+20=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #416F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416F14 is #BE90EB. Grayscale: #575757. Windows color (decimal): -12488940 or 1339201. OLE color: 1339201.

HSL color Cylindrical-coordinate representation of color #416F14: hue angle of 90.33º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #416F14 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB6511120-
CMYK0.4100.820.56
HSL90.33º69.47%25.69%-
HSV(B)90.33º81.98%43.53%-
XYZ7.9912.542.66-
YUV86.8790.26112.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=33.16%
G=56.63%
B=10.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111200.4100.820.5690.3369.4725.69
Hex416F1429052385a451a
Octal101157245101227013210532
Binary1000001110111110100101001010100101110001011010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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