#41460A

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

Shades of Verdun Green #41460A

Tints of Verdun Green #41460A

Color information

#41460A (or 0x41460A) is unknown color: approx Verdun Green. HEX triplet: 41, 46 and 0A. RGB value is (65,70,10). Sum of RGB (Red+Green+Blue) = 65+70+10=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #41460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41460A is #BEB9F5. Grayscale: #3D3D3D. Windows color (decimal): -12499446 or 673345. OLE color: 673345.

HSL color Cylindrical-coordinate representation of color #41460A: hue angle of 65º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41460A is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB657010-
CMYK0.0700.860.73
HSL65º75%15.69%-
HSV(B)65º85.71%27.45%-
XYZ4.425.531.12-
YUV61.6698.84130.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=44.83%
G=48.28%
B=6.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570100.0700.860.73657515.69
Hex4146A705649414b10
Octal101106127012611110111320
Binary1000001100011010101110101011010010011000001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41460A; }

 p { color: rgb(65,70,10); }

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

<style>
 a { background-color: #41460A; }

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

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

<style>
 span { border-color: #41460A; }

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

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