Html Css Color HEX #405A14 Verdun Green

📋 copy color: '#405A14'

red 64 ◦ green 90 ◦ blue 20

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

Shades of Verdun Green #405A14

Tints of Verdun Green #405A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 36.78%
G = 51.72%
B = 11.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#405A14 (or 0x405A14) is known color: Verdun Green. HEX triplet: 40, 5A and 14. RGB value is (64,90,20). Sum of RGB (Red+Green+Blue) = 64+90+20=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #405A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A14 is #BFA5EB. Grayscale: #4A4A4A. Windows color (decimal): -12559852 or 1333824. OLE color: 1333824.

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

Color convert

RGB 64 90 20 -
CMYK 0.29 0 0.78 0.65
HSL 82.29º 0.64% 0.22% -
HSV(B) 82.29º 0.78% 0.35% -
XYZ 5.9 8.45 1.98 -
YUV 74.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 64 90 20 0.29 0 0.78 0.65 82.29 0.64 0.22
Hex 40 5A 14 1D 0 4E 41 52 40 16
Octal 100 132 24 35 0 116 101 122 100 26
Binary 1000000 1011010 10100 11101 0 1001110 1000001 1010010 1000000 10110

Color Harmonies of #405A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A14

Black with #405A14

Text Example


Text Example

White with #405A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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