#41450F

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

Shades of Verdun Green #41450F

Tints of Verdun Green #41450F

Color information

#41450F (or 0x41450F) is unknown color: approx Verdun Green. HEX triplet: 41, 45 and 0F. RGB value is (65,69,15). Sum of RGB (Red+Green+Blue) = 65+69+15=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #41450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41450F is #BEBAF0. Grayscale: #3D3D3D. Windows color (decimal): -12499697 or 1000769. OLE color: 1000769.

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

Color convert

RGB656915-
CMYK0.0600.780.73
HSL64.44º64.29%16.47%-
HSV(B)64.44º78.26%27.06%-
XYZ4.395.411.27-
YUV61.65101.67130.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=43.62%
G=46.31%
B=10.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569150.0600.780.7364.4464.2916.47
Hex4145F604E49404010
Octal101105176011611110010020
Binary1000001100010111111100100111010010011000000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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