#41450A

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

Shades of Verdun Green #41450A

Tints of Verdun Green #41450A

Color information

#41450A (or 0x41450A) is unknown color: approx Verdun Green. HEX triplet: 41, 45 and 0A. RGB value is (65,69,10). Sum of RGB (Red+Green+Blue) = 65+69+10=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #41450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41450A is #BEBAF5. Grayscale: #3D3D3D. Windows color (decimal): -12499702 or 673089. OLE color: 673089.

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

Color convert

RGB656910-
CMYK0.0600.860.73
HSL64.07º74.68%15.49%-
HSV(B)64.07º85.51%27.06%-
XYZ4.365.41.1-
YUV61.0899.17130.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=45.14%
G=47.92%
B=6.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569100.0600.860.7364.0774.6815.49
Hex4145A605649404bf
Octal101105126012611110011317
Binary100000110001011010110010101101001001100000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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