Html Css Color HEX #405805 Verdun Green

📋 copy color: '#405805'

red 64 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #405805

Tints of Verdun Green #405805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 40.76%
G = 56.05%
B = 3.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#405805 (or 0x405805) is known color: Verdun Green. HEX triplet: 40, 58 and 05. RGB value is (64,88,5). Sum of RGB (Red+Green+Blue) = 64+88+5=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #405805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405805 is #BFA7FA. Grayscale: #474747. Windows color (decimal): -12560379 or 350272. OLE color: 350272.

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

Color convert

RGB 64 88 5 -
CMYK 0.27 0 0.94 0.65
HSL 77.35º 0.89% 0.18% -
HSV(B) 77.35º 0.94% 0.35% -
XYZ 5.63 8.08 1.41 -
YUV 71.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 64 88 5 0.27 0 0.94 0.65 77.35 0.89 0.18
Hex 40 58 5 1B 0 5E 41 4D 59 12
Octal 100 130 5 33 0 136 101 115 131 22
Binary 1000000 1011000 101 11011 0 1011110 1000001 1001101 1011001 10010

Color Harmonies of #405805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405805

Black with #405805

Text Example


Text Example

White with #405805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405805; }

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

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

background-color css

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

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

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

border-color css

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

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

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