Html Css Color HEX #405418 Verdun Green

📋 copy color: '#405418'

red 64 ◦ green 84 ◦ blue 24

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

Shades of Verdun Green #405418

Tints of Verdun Green #405418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 37.21%
G = 48.84%
B = 13.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#405418 (or 0x405418) is known color: Verdun Green. HEX triplet: 40, 54 and 18. RGB value is (64,84,24). Sum of RGB (Red+Green+Blue) = 64+84+24=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #405418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405418 is #BFABE7. Grayscale: #474747. Windows color (decimal): -12561384 or 1594432. OLE color: 1594432.

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

Color convert

RGB 64 84 24 -
CMYK 0.24 0 0.71 0.67
HSL 80º 0.56% 0.21% -
HSV(B) 80º 0.71% 0.33% -
XYZ 5.45 7.5 2.02 -
YUV 71.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 64 84 24 0.24 0 0.71 0.67 80 0.56 0.21
Hex 40 54 18 18 0 47 43 50 38 15
Octal 100 124 30 30 0 107 103 120 70 25
Binary 1000000 1010100 11000 11000 0 1000111 1000011 1010000 111000 10101

Color Harmonies of #405418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405418

Black with #405418

Text Example


Text Example

White with #405418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405418; }

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

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

background-color css

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

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

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

border-color css

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

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

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