Html Css Color HEX #405A10 Verdun Green

📋 copy color: '#405A10'

red 64 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #405A10

Tints of Verdun Green #405A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 37.65%
G = 52.94%
B = 9.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#405A10 (or 0x405A10) is known color: Verdun Green. HEX triplet: 40, 5A and 10. RGB value is (64,90,16). Sum of RGB (Red+Green+Blue) = 64+90+16=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #405A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A10 is #BFA5EF. Grayscale: #4A4A4A. Windows color (decimal): -12559856 or 1071680. OLE color: 1071680.

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

Color convert

RGB 64 90 16 -
CMYK 0.29 0 0.82 0.65
HSL 81.08º 0.7% 0.21% -
HSV(B) 81.08º 0.82% 0.35% -
XYZ 5.86 8.44 1.81 -
YUV 73.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 64 90 16 0.29 0 0.82 0.65 81.08 0.7 0.21
Hex 40 5A 10 1D 0 52 41 51 46 15
Octal 100 132 20 35 0 122 101 121 106 25
Binary 1000000 1011010 10000 11101 0 1010010 1000001 1010001 1000110 10101

Color Harmonies of #405A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A10

Black with #405A10

Text Example


Text Example

White with #405A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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