#415414

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

Shades of Verdun Green #415414

Tints of Verdun Green #415414

Color information

#415414 (or 0x415414) is unknown color: approx Verdun Green. HEX triplet: 41, 54 and 14. RGB value is (65,84,20). Sum of RGB (Red+Green+Blue) = 65+84+20=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #415414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415414 is #BEABEB. Grayscale: #474747. Windows color (decimal): -12495852 or 1332289. OLE color: 1332289.

HSL color Cylindrical-coordinate representation of color #415414: hue angle of 77.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #415414 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB658420-
CMYK0.2300.760.67
HSL77.81º61.54%20.39%-
HSV(B)77.81º76.19%32.94%-
XYZ5.487.511.82-
YUV71.0299.21123.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=38.46%
G=49.70%
B=11.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584200.2300.760.6777.8161.5420.39
Hex4154141704C434e3e14
Octal101124242701141031167624
Binary100000110101001010010111010011001000011100111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415414; }

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

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

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

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

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

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

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

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