#41420E

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

Shades of Verdun Green #41420E

Tints of Verdun Green #41420E

Color information

#41420E (or 0x41420E) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 0E. RGB value is (65,66,14). Sum of RGB (Red+Green+Blue) = 65+66+14=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #41420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41420E is #BEBDF1. Grayscale: #3B3B3B. Windows color (decimal): -12500466 or 934465. OLE color: 934465.

HSL color Cylindrical-coordinate representation of color #41420E: hue angle of 61.15º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41420E is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB656614-
CMYK0.0200.790.74
HSL61.15º65%15.69%-
HSV(B)61.15º78.79%25.88%-
XYZ4.215.051.17-
YUV59.77102.17131.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=44.83%
G=45.52%
B=9.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566140.0200.790.7461.156515.69
Hex4142E204F4A3d4110
Octal10110216201171127510120
Binary10000011000010111010010011111001010111101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41420E; }

 p { color: rgb(65,66,14); }

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

<style>
 a { background-color: #41420E; }

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

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

<style>
 span { border-color: #41420E; }

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

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