#41420F

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

Shades of Verdun Green #41420F

Tints of Verdun Green #41420F

Color information

#41420F (or 0x41420F) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 0F. RGB value is (65,66,15). Sum of RGB (Red+Green+Blue) = 65+66+15=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #41420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41420F is #BEBDF0. Grayscale: #3C3C3C. Windows color (decimal): -12500465 or 1000001. OLE color: 1000001.

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

Color convert

RGB656615-
CMYK0.0200.770.74
HSL61.18º62.96%15.88%-
HSV(B)61.18º77.27%25.88%-
XYZ4.215.051.21-
YUV59.89102.67131.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=44.52%
G=45.21%
B=10.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566150.0200.770.7461.1862.9615.88
Hex4142F204D4A3d3f10
Octal1011021720115112757720
Binary1000001100001011111001001101100101011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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