Html Css Color HEX #405410 Verdun Green

📋 copy color: '#405410'

red 64 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #405410

Tints of Verdun Green #405410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.22%

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

R = 39.02%
G = 51.22%
B = 9.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#405410 (or 0x405410) is known color: Verdun Green. HEX triplet: 40, 54 and 10. RGB value is (64,84,16). Sum of RGB (Red+Green+Blue) = 64+84+16=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #405410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405410 is #BFABEF. Grayscale: #464646. Windows color (decimal): -12561392 or 1070144. OLE color: 1070144.

HSL color Cylindrical-coordinate representation of color #405410: hue angle of 77.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #405410 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 16 -
CMYK 0.24 0 0.81 0.67
HSL 77.65º 0.68% 0.2% -
HSV(B) 77.65º 0.81% 0.33% -
XYZ 5.38 7.47 1.65 -
YUV 70.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 64 84 16 0.24 0 0.81 0.67 77.65 0.68 0.2
Hex 40 54 10 18 0 51 43 4E 44 14
Octal 100 124 20 30 0 121 103 116 104 24
Binary 1000000 1010100 10000 11000 0 1010001 1000011 1001110 1000100 10100

Color Harmonies of #405410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405410

Black with #405410

Text Example


Text Example

White with #405410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405410; }

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

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

background-color css

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

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

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

border-color css

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

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

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