#41501D

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

Shades of Verdun Green #41501D

Tints of Verdun Green #41501D

Color information

#41501D (or 0x41501D) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 1D. RGB value is (65,80,29). Sum of RGB (Red+Green+Blue) = 65+80+29=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #41501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41501D is #BEAFE2. Grayscale: #454545. Windows color (decimal): -12496867 or 1921089. OLE color: 1921089.

HSL color Cylindrical-coordinate representation of color #41501D: hue angle of 77.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41501D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB658029-
CMYK0.1900.640.69
HSL77.65º46.79%21.37%-
HSV(B)77.65º63.75%31.37%-
XYZ5.276.952.23-
YUV69.7105.03124.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=37.36%
G=45.98%
B=16.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580290.1900.640.6977.6546.7921.37
Hex41501D13040454e2f15
Octal101120352301001051165725
Binary100000110100001110110011010000001000101100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41501D; }

 p { color: rgb(65,80,29); }

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

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

 a { background-color: rgb(65,80,29); }

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

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

 span { border-color: rgb(65,80,29); }

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