Html Css Color HEX #405A1A Verdun Green

📋 copy color: '#405A1A'

red 64 ◦ green 90 ◦ blue 26

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

Shades of Verdun Green #405A1A

Tints of Verdun Green #405A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.44%

R = 35.56%
G = 50%
B = 14.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#405A1A (or 0x405A1A) is known color: Verdun Green. HEX triplet: 40, 5A and 1A. RGB value is (64,90,26). Sum of RGB (Red+Green+Blue) = 64+90+26=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #405A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A1A is #BFA5E5. Grayscale: #4B4B4B. Windows color (decimal): -12559846 or 1727040. OLE color: 1727040.

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

Color convert

RGB 64 90 26 -
CMYK 0.29 0 0.71 0.65
HSL 84.38º 0.55% 0.23% -
HSV(B) 84.38º 0.71% 0.35% -
XYZ 5.96 8.48 2.3 -
YUV 74.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 64 90 26 0.29 0 0.71 0.65 84.38 0.55 0.23
Hex 40 5A 1A 1D 0 47 41 54 37 17
Octal 100 132 32 35 0 107 101 124 67 27
Binary 1000000 1011010 11010 11101 0 1000111 1000001 1010100 110111 10111

Color Harmonies of #405A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A1A

Black with #405A1A

Text Example


Text Example

White with #405A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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