Html Css Color HEX #405412 Verdun Green

📋 copy color: '#405412'

red 64 ◦ green 84 ◦ blue 18

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

Shades of Verdun Green #405412

Tints of Verdun Green #405412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 38.55%
G = 50.6%
B = 10.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#405412 (or 0x405412) is known color: Verdun Green. HEX triplet: 40, 54 and 12. RGB value is (64,84,18). Sum of RGB (Red+Green+Blue) = 64+84+18=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #405412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405412 is #BFABED. Grayscale: #464646. Windows color (decimal): -12561390 or 1201216. OLE color: 1201216.

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

Color convert

RGB 64 84 18 -
CMYK 0.24 0 0.79 0.67
HSL 78.18º 0.65% 0.2% -
HSV(B) 78.18º 0.79% 0.33% -
XYZ 5.39 7.47 1.73 -
YUV 70.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 64 84 18 0.24 0 0.79 0.67 78.18 0.65 0.2
Hex 40 54 12 18 0 4F 43 4E 41 14
Octal 100 124 22 30 0 117 103 116 101 24
Binary 1000000 1010100 10010 11000 0 1001111 1000011 1001110 1000001 10100

Color Harmonies of #405412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405412

Black with #405412

Text Example


Text Example

White with #405412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405412; }

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

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

background-color css

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

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

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

border-color css

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

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

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