#414509

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

Shades of Verdun Green #414509

Tints of Verdun Green #414509

Color information

#414509 (or 0x414509) is unknown color: approx Verdun Green. HEX triplet: 41, 45 and 09. RGB value is (65,69,9). Sum of RGB (Red+Green+Blue) = 65+69+9=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #414509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414509 is #BEBAF6. Grayscale: #3D3D3D. Windows color (decimal): -12499703 or 607553. OLE color: 607553.

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

Color convert

RGB65699-
CMYK0.0600.870.73
HSL64º76.92%15.29%-
HSV(B)64º86.96%27.06%-
XYZ4.365.41.07-
YUV60.9698.67130.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=45.45%
G=48.25%
B=6.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal656990.0600.870.736476.9215.29
Hex41459605749404df
Octal101105116012711110011517
Binary100000110001011001110010101111001001100000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414509; }

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

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

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

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

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

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

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

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