Html Css Color HEX #404409 Verdun Green

📋 copy color: '#404409'

red 64 ◦ green 68 ◦ blue 9

#404409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #404409

Tints of Verdun Green #404409

RGB

 RED value IS 64 (25.39% from 255) = 45.39%

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 9 (3.91% from 255) = 6.38%

R = 45.39%
G = 48.23%
B = 6.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#404409 (or 0x404409) is known color: Verdun Green. HEX triplet: 40, 44 and 09. RGB value is (64,68,9). Sum of RGB (Red+Green+Blue) = 64+68+9=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #404409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404409 is #BFBBF6. Grayscale: #3C3C3C. Windows color (decimal): -12565495 or 607296. OLE color: 607296.

HSL color Cylindrical-coordinate representation of color #404409: hue angle of 64.07º 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 #404409 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 9 -
CMYK 0.06 0 0.87 0.73
HSL 64.07º 0.77% 0.15% -
HSV(B) 64.07º 0.87% 0.27% -
XYZ 4.23 5.24 1.05 -
YUV 60.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 64 68 9 0.06 0 0.87 0.73 64.07 0.77 0.15
Hex 40 44 9 6 0 57 49 40 4D F
Octal 100 104 11 6 0 127 111 100 115 17
Binary 1000000 1000100 1001 110 0 1010111 1001001 1000000 1001101 1111

Color Harmonies of #404409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404409

Black with #404409

Text Example


Text Example

White with #404409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404409; }

 p { color: rgb(64,68,9); }

 H1.HeaderClassName
 {
   color: #404409;
 }
 .AnyTagClassName
 {
   color: #404409;
 }
</style>

background-color css

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

 a { background-color: rgb(64,68,9); }

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

border-color css

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

 span { border-color: rgb(64,68,9); }

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