#41410C

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

Shades of Verdun Green #41410C

Tints of Verdun Green #41410C

Color information

#41410C (or 0x41410C) is unknown color: approx Verdun Green. HEX triplet: 41, 41 and 0C. RGB value is (65,65,12). Sum of RGB (Red+Green+Blue) = 65+65+12=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41410C is #BEBEF3. Grayscale: #3B3B3B. Windows color (decimal): -12500724 or 803137. OLE color: 803137.

HSL color Cylindrical-coordinate representation of color #41410C: hue angle of 60º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41410C is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB656512-
CMYK000.820.75
HSL60º68.83%15.1%-
HSV(B)60º81.54%25.49%-
XYZ4.144.931.08-
YUV58.96101.5132.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=45.77%
G=45.77%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656512000.820.756068.8315.1
Hex4141C00524B3c45f
Octal10110114001221137410517
Binary100000110000011100001010010100101111110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41410C; }

 p { color: rgb(65,65,12); }

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

<style>
 a { background-color: #41410C; }

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

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

<style>
 span { border-color: #41410C; }

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

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