Html Css Color HEX #405A19 Verdun Green

📋 copy color: '#405A19'

red 64 ◦ green 90 ◦ blue 25

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

Shades of Verdun Green #405A19

Tints of Verdun Green #405A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 35.75%
G = 50.28%
B = 13.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#405A19 (or 0x405A19) is known color: Verdun Green. HEX triplet: 40, 5A and 19. RGB value is (64,90,25). Sum of RGB (Red+Green+Blue) = 64+90+25=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #405A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A19 is #BFA5E6. Grayscale: #4B4B4B. Windows color (decimal): -12559847 or 1661504. OLE color: 1661504.

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

Color convert

RGB 64 90 25 -
CMYK 0.29 0 0.72 0.65
HSL 84º 0.57% 0.23% -
HSV(B) 84º 0.72% 0.35% -
XYZ 5.95 8.47 2.24 -
YUV 74.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 64 90 25 0.29 0 0.72 0.65 84 0.57 0.23
Hex 40 5A 19 1D 0 48 41 54 39 17
Octal 100 132 31 35 0 110 101 124 71 27
Binary 1000000 1011010 11001 11101 0 1001000 1000001 1010100 111001 10111

Color Harmonies of #405A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A19

Black with #405A19

Text Example


Text Example

White with #405A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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