#415114

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

Shades of Verdun Green #415114

Tints of Verdun Green #415114

Color information

#415114 (or 0x415114) is unknown color: approx Verdun Green. HEX triplet: 41, 51 and 14. RGB value is (65,81,20). Sum of RGB (Red+Green+Blue) = 65+81+20=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #415114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415114 is #BEAEEB. Grayscale: #454545. Windows color (decimal): -12496620 or 1331521. OLE color: 1331521.

HSL color Cylindrical-coordinate representation of color #415114: hue angle of 75.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #415114 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB658120-
CMYK0.2000.750.68
HSL75.74º60.4%19.8%-
HSV(B)75.74º75.31%31.76%-
XYZ5.257.061.75-
YUV69.26100.2124.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=39.16%
G=48.80%
B=12.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581200.2000.750.6875.7460.419.8
Hex4151141404B444c3c14
Octal101121242401131041147424
Binary100000110100011010010100010010111000100100110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415114; }

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

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

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

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

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

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

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

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