#41501B

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

Shades of Verdun Green #41501B

Tints of Verdun Green #41501B

Color information

#41501B (or 0x41501B) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 1B. RGB value is (65,80,27). Sum of RGB (Red+Green+Blue) = 65+80+27=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #41501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41501B is #BEAFE4. Grayscale: #454545. Windows color (decimal): -12496869 or 1790017. OLE color: 1790017.

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

Color convert

RGB658027-
CMYK0.1900.660.69
HSL76.98º49.53%20.98%-
HSV(B)76.98º66.25%31.37%-
XYZ5.256.942.1-
YUV69.47104.03124.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=37.79%
G=46.51%
B=15.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580270.1900.660.6976.9849.5320.98
Hex41501B13042454d3215
Octal101120332301021051156225
Binary100000110100001101110011010000101000101100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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