Html Css Color HEX #404805 Verdun Green

📋 copy color: '#404805'

red 64 ◦ green 72 ◦ blue 5

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

Shades of Verdun Green #404805

Tints of Verdun Green #404805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.06%

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

R = 45.39%
G = 51.06%
B = 3.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#404805 (or 0x404805) is known color: Verdun Green. HEX triplet: 40, 48 and 05. RGB value is (64,72,5). Sum of RGB (Red+Green+Blue) = 64+72+5=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #404805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404805 is #BFB7FA. Grayscale: #3E3E3E. Windows color (decimal): -12564475 or 346176. OLE color: 346176.

HSL color Cylindrical-coordinate representation of color #404805: hue angle of 67.16º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #404805 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 5 -
CMYK 0.11 0 0.93 0.72
HSL 67.16º 0.87% 0.15% -
HSV(B) 67.16º 0.93% 0.28% -
XYZ 4.46 5.74 1.02 -
YUV 61.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 64 72 5 0.11 0 0.93 0.72 67.16 0.87 0.15
Hex 40 48 5 B 0 5D 48 43 57 F
Octal 100 110 5 13 0 135 110 103 127 17
Binary 1000000 1001000 101 1011 0 1011101 1001000 1000011 1010111 1111

Color Harmonies of #404805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404805

Black with #404805

Text Example


Text Example

White with #404805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404805; }

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

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

background-color css

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

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

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

border-color css

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

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

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