Html Css Color HEX #405A05 Verdun Green

📋 copy color: '#405A05'

red 64 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #405A05

Tints of Verdun Green #405A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 40.25%
G = 56.6%
B = 3.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#405A05 (or 0x405A05) is known color: Verdun Green. HEX triplet: 40, 5A and 05. RGB value is (64,90,5). Sum of RGB (Red+Green+Blue) = 64+90+5=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #405A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A05 is #BFA5FA. Grayscale: #484848. Windows color (decimal): -12559867 or 350784. OLE color: 350784.

HSL color Cylindrical-coordinate representation of color #405A05: hue angle of 78.35º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #405A05 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 90 5 -
CMYK 0.29 0 0.94 0.65
HSL 78.35º 0.89% 0.19% -
HSV(B) 78.35º 0.94% 0.35% -
XYZ 5.8 8.41 1.46 -
YUV 72.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 64 90 5 0.29 0 0.94 0.65 78.35 0.89 0.19
Hex 40 5A 5 1D 0 5E 41 4E 59 13
Octal 100 132 5 35 0 136 101 116 131 23
Binary 1000000 1011010 101 11101 0 1011110 1000001 1001110 1011001 10011

Color Harmonies of #405A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A05

Black with #405A05

Text Example


Text Example

White with #405A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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