Html Css Color HEX #405407 Verdun Green

📋 copy color: '#405407'

red 64 ◦ green 84 ◦ blue 7

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

Shades of Verdun Green #405407

Tints of Verdun Green #405407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 41.29%
G = 54.19%
B = 4.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#405407 (or 0x405407) is known color: Verdun Green. HEX triplet: 40, 54 and 07. RGB value is (64,84,7). Sum of RGB (Red+Green+Blue) = 64+84+7=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #405407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405407 is #BFABF8. Grayscale: #454545. Windows color (decimal): -12561401 or 480320. OLE color: 480320.

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

Color convert

RGB 64 84 7 -
CMYK 0.24 0 0.92 0.67
HSL 75.58º 0.85% 0.18% -
HSV(B) 75.58º 0.92% 0.33% -
XYZ 5.32 7.45 1.36 -
YUV 69.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 64 84 7 0.24 0 0.92 0.67 75.58 0.85 0.18
Hex 40 54 7 18 0 5C 43 4C 55 12
Octal 100 124 7 30 0 134 103 114 125 22
Binary 1000000 1010100 111 11000 0 1011100 1000011 1001100 1010101 10010

Color Harmonies of #405407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405407

Black with #405407

Text Example


Text Example

White with #405407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405407; }

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

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

background-color css

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

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

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

border-color css

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

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

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