Html Css Color HEX #404A09 Verdun Green

📋 copy color: '#404A09'

red 64 ◦ green 74 ◦ blue 9

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

Shades of Verdun Green #404A09

Tints of Verdun Green #404A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.34%

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

R = 43.54%
G = 50.34%
B = 6.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#404A09 (or 0x404A09) is known color: Verdun Green. HEX triplet: 40, 4A and 09. RGB value is (64,74,9). Sum of RGB (Red+Green+Blue) = 64+74+9=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #404A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404A09 is #BFB5F6. Grayscale: #3F3F3F. Windows color (decimal): -12563959 or 608832. OLE color: 608832.

HSL color Cylindrical-coordinate representation of color #404A09: hue angle of 69.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #404A09 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 9 -
CMYK 0.14 0 0.88 0.71
HSL 69.23º 0.78% 0.16% -
HSV(B) 69.23º 0.88% 0.29% -
XYZ 4.61 6.01 1.17 -
YUV 63.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 64 74 9 0.14 0 0.88 0.71 69.23 0.78 0.16
Hex 40 4A 9 E 0 58 47 45 4E 10
Octal 100 112 11 16 0 130 107 105 116 20
Binary 1000000 1001010 1001 1110 0 1011000 1000111 1000101 1001110 10000

Color Harmonies of #404A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A09

Black with #404A09

Text Example


Text Example

White with #404A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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