Html Css Color HEX #405A01 Verdun Green

📋 copy color: '#405A01'

red 64 ◦ green 90 ◦ blue 1

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

Shades of Verdun Green #405A01

Tints of Verdun Green #405A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.06%

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

R = 41.29%
G = 58.06%
B = 0.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#405A01 (or 0x405A01) is known color: Verdun Green. HEX triplet: 40, 5A and 01. RGB value is (64,90,1). Sum of RGB (Red+Green+Blue) = 64+90+1=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #405A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A01 is #BFA5FE. Grayscale: #484848. Windows color (decimal): -12559871 or 88640. OLE color: 88640.

HSL color Cylindrical-coordinate representation of color #405A01: hue angle of 77.53º 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 #405A01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 90 1 -
CMYK 0.29 0 0.99 0.65
HSL 77.53º 0.98% 0.18% -
HSV(B) 77.53º 0.99% 0.35% -
XYZ 5.78 8.4 1.35 -
YUV 72.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 64 90 1 0.29 0 0.99 0.65 77.53 0.98 0.18
Hex 40 5A 1 1D 0 63 41 4E 62 12
Octal 100 132 1 35 0 143 101 116 142 22
Binary 1000000 1011010 1 11101 0 1100011 1000001 1001110 1100010 10010

Color Harmonies of #405A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A01

Black with #405A01

Text Example


Text Example

White with #405A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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