Html Css Color HEX #405406 Verdun Green

📋 copy color: '#405406'

red 64 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #405406

Tints of Verdun Green #405406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 41.56%
G = 54.55%
B = 3.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#405406 (or 0x405406) is known color: Verdun Green. HEX triplet: 40, 54 and 06. RGB value is (64,84,6). Sum of RGB (Red+Green+Blue) = 64+84+6=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #405406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405406 is #BFABF9. Grayscale: #454545. Windows color (decimal): -12561402 or 414784. OLE color: 414784.

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

Color convert

RGB 64 84 6 -
CMYK 0.24 0 0.93 0.67
HSL 75.38º 0.87% 0.18% -
HSV(B) 75.38º 0.93% 0.33% -
XYZ 5.32 7.44 1.33 -
YUV 69.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 64 84 6 0.24 0 0.93 0.67 75.38 0.87 0.18
Hex 40 54 6 18 0 5D 43 4B 57 12
Octal 100 124 6 30 0 135 103 113 127 22
Binary 1000000 1010100 110 11000 0 1011101 1000011 1001011 1010111 10010

Color Harmonies of #405406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405406

Black with #405406

Text Example


Text Example

White with #405406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405406; }

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

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

background-color css

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

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

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

border-color css

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

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

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