Html Css Color HEX #405901 Verdun Green

📋 copy color: '#405901'

red 64 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #405901

Tints of Verdun Green #405901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 41.56%
G = 57.79%
B = 0.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#405901 (or 0x405901) is known color: Verdun Green. HEX triplet: 40, 59 and 01. RGB value is (64,89,1). Sum of RGB (Red+Green+Blue) = 64+89+1=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #405901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405901 is #BFA6FE. Grayscale: #474747. Windows color (decimal): -12560127 or 88384. OLE color: 88384.

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

Color convert

RGB 64 89 1 -
CMYK 0.28 0 0.99 0.65
HSL 77.05º 0.98% 0.18% -
HSV(B) 77.05º 0.99% 0.35% -
XYZ 5.69 8.24 1.32 -
YUV 71.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 64 89 1 0.28 0 0.99 0.65 77.05 0.98 0.18
Hex 40 59 1 1C 0 63 41 4D 62 12
Octal 100 131 1 34 0 143 101 115 142 22
Binary 1000000 1011001 1 11100 0 1100011 1000001 1001101 1100010 10010

Color Harmonies of #405901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405901

Black with #405901

Text Example


Text Example

White with #405901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405901; }

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

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

background-color css

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

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

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

border-color css

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

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

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