#41581B

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

Shades of Verdun Green #41581B

Tints of Verdun Green #41581B

Color information

#41581B (or 0x41581B) is unknown color: approx Verdun Green. HEX triplet: 41, 58 and 1B. RGB value is (65,88,27). Sum of RGB (Red+Green+Blue) = 65+88+27=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #41581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41581B is #BEA7E4. Grayscale: #4A4A4A. Windows color (decimal): -12494821 or 1792065. OLE color: 1792065.

HSL color Cylindrical-coordinate representation of color #41581B: hue angle of 82.62º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41581B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB658827-
CMYK0.2600.690.65
HSL82.62º53.04%22.55%-
HSV(B)82.62º69.32%34.51%-
XYZ5.878.182.31-
YUV74.17101.38121.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 27 (10.94% from 255) = 15%
R=36.11%
G=48.89%
B=15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588270.2600.690.6582.6253.0422.55
Hex41581B1A04541533517
Octal101130333201051011236527
Binary100000110110001101111010010001011000001101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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