#415E14

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

Shades of Verdun Green #415E14

Tints of Verdun Green #415E14

Color information

#415E14 (or 0x415E14) is unknown color: approx Verdun Green. HEX triplet: 41, 5E and 14. RGB value is (65,94,20). Sum of RGB (Red+Green+Blue) = 65+94+20=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 94 (37.11% from 255 or 52.51% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 94 - color contains mainly: green. Hex color #415E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415E14 is #BEA1EB. Grayscale: #4D4D4D. Windows color (decimal): -12493292 or 1334849. OLE color: 1334849.

HSL color Cylindrical-coordinate representation of color #415E14: hue angle of 83.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #415E14 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB659420-
CMYK0.3100.790.63
HSL83.51º64.91%22.35%-
HSV(B)83.51º78.72%36.86%-
XYZ6.319.182.1-
YUV76.8995.89119.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 94 (37.11% from 255) = 52.51%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=36.31%
G=52.51%
B=11.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594200.3100.790.6383.5164.9122.35
Hex415E141F04F3F544116
Octal101136243701177712410126
Binary100000110111101010011111010011111111111010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E14; }

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

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

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

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

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

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

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

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