Html Css Color HEX #405409 Verdun Green

📋 copy color: '#405409'

red 64 ◦ green 84 ◦ blue 9

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

Shades of Verdun Green #405409

Tints of Verdun Green #405409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.5%

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

R = 40.76%
G = 53.5%
B = 5.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#405409 (or 0x405409) is known color: Verdun Green. HEX triplet: 40, 54 and 09. RGB value is (64,84,9). Sum of RGB (Red+Green+Blue) = 64+84+9=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #405409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405409 is #BFABF6. Grayscale: #454545. Windows color (decimal): -12561399 or 611392. OLE color: 611392.

HSL color Cylindrical-coordinate representation of color #405409: hue angle of 76º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #405409 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 9 -
CMYK 0.24 0 0.89 0.67
HSL 76º 0.81% 0.18% -
HSV(B) 76º 0.89% 0.33% -
XYZ 5.33 7.45 1.42 -
YUV 69.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 64 84 9 0.24 0 0.89 0.67 76 0.81 0.18
Hex 40 54 9 18 0 59 43 4C 51 12
Octal 100 124 11 30 0 131 103 114 121 22
Binary 1000000 1010100 1001 11000 0 1011001 1000011 1001100 1010001 10010

Color Harmonies of #405409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405409

Black with #405409

Text Example


Text Example

White with #405409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405409; }

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

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

background-color css

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

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

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

border-color css

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

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

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