#41510D

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

Shades of Verdun Green #41510D

Tints of Verdun Green #41510D

Color information

#41510D (or 0x41510D) is unknown color: approx Verdun Green. HEX triplet: 41, 51 and 0D. RGB value is (65,81,13). Sum of RGB (Red+Green+Blue) = 65+81+13=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #41510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41510D is #BEAEF2. Grayscale: #444444. Windows color (decimal): -12496627 or 872769. OLE color: 872769.

HSL color Cylindrical-coordinate representation of color #41510D: hue angle of 74.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41510D is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB658113-
CMYK0.2000.840.68
HSL74.12º72.34%18.43%-
HSV(B)74.12º83.95%31.76%-
XYZ5.27.041.47-
YUV68.4696.7125.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=40.88%
G=50.94%
B=8.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581130.2000.840.6874.1272.3418.43
Hex4151D14054444a4812
Octal1011211524012410411211022
Binary100000110100011101101000101010010001001001010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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