Html Css Color HEX #405900 Verdun Green

📋 copy color: '#405900'

red 64 ◦ green 89 ◦ blue 0

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

Shades of Verdun Green #405900

Tints of Verdun Green #405900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.83%
G = 58.17%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#405900 (or 0x405900) is known color: Verdun Green. HEX triplet: 40, 59 and 00. RGB value is (64,89,0). Sum of RGB (Red+Green+Blue) = 64+89+0=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #405900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405900 is #BFA6FF. Grayscale: #474747. Windows color (decimal): -12560128 or 22848. OLE color: 22848.

HSL color Cylindrical-coordinate representation of color #405900: hue angle of 76.85º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #405900 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 0 -
CMYK 0.28 0 1 0.65
HSL 76.85º 1% 0.17% -
HSV(B) 76.85º 1% 0.35% -
XYZ 5.69 8.23 1.29 -
YUV 71.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 64 89 0 0.28 0 1 0.65 76.85 1 0.17
Hex 40 59 0 1C 0 64 41 4D 64 11
Octal 100 131 0 34 0 144 101 115 144 21
Binary 1000000 1011001 0 11100 0 1100100 1000001 1001101 1100100 10001

Color Harmonies of #405900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405900

Black with #405900

Text Example


Text Example

White with #405900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405900; }

 p { color: rgb(64,89,0); }

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

background-color css

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

 a { background-color: rgb(64,89,0); }

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

border-color css

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

 span { border-color: rgb(64,89,0); }

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