Html Css Color HEX #405814 Verdun Green

📋 copy color: '#405814'

red 64 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #405814

Tints of Verdun Green #405814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.16%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 37.21%
G = 51.16%
B = 11.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#405814 (or 0x405814) is known color: Verdun Green. HEX triplet: 40, 58 and 14. RGB value is (64,88,20). Sum of RGB (Red+Green+Blue) = 64+88+20=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #405814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405814 is #BFA7EB. Grayscale: #494949. Windows color (decimal): -12560364 or 1333312. OLE color: 1333312.

HSL color Cylindrical-coordinate representation of color #405814: hue angle of 81.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405814 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 20 -
CMYK 0.27 0 0.77 0.65
HSL 81.18º 0.63% 0.21% -
HSV(B) 81.18º 0.77% 0.35% -
XYZ 5.73 8.12 1.93 -
YUV 73.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 64 88 20 0.27 0 0.77 0.65 81.18 0.63 0.21
Hex 40 58 14 1B 0 4D 41 51 3F 15
Octal 100 130 24 33 0 115 101 121 77 25
Binary 1000000 1011000 10100 11011 0 1001101 1000001 1010001 111111 10101

Color Harmonies of #405814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405814

Black with #405814

Text Example


Text Example

White with #405814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405814; }

 p { color: rgb(64,88,20); }

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

background-color css

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

 a { background-color: rgb(64,88,20); }

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

border-color css

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

 span { border-color: rgb(64,88,20); }

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