#41510F

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

Shades of Verdun Green #41510F

Tints of Verdun Green #41510F

Color information

#41510F (or 0x41510F) is unknown color: approx Verdun Green. HEX triplet: 41, 51 and 0F. RGB value is (65,81,15). Sum of RGB (Red+Green+Blue) = 65+81+15=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #41510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41510F is #BEAEF0. Grayscale: #444444. Windows color (decimal): -12496625 or 1003841. OLE color: 1003841.

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

Color convert

RGB658115-
CMYK0.2000.810.68
HSL74.55º68.75%18.82%-
HSV(B)74.55º81.48%31.76%-
XYZ5.217.041.54-
YUV68.6997.7125.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=40.37%
G=50.31%
B=9.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581150.2000.810.6874.5568.7518.82
Hex4151F14051444b4513
Octal1011211724012110411310523
Binary100000110100011111101000101000110001001001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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