Html Css Color HEX #404801 Verdun Green

📋 copy color: '#404801'

red 64 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #404801

Tints of Verdun Green #404801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 46.72%
G = 52.55%
B = 0.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#404801 (or 0x404801) is known color: Verdun Green. HEX triplet: 40, 48 and 01. RGB value is (64,72,1). Sum of RGB (Red+Green+Blue) = 64+72+1=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #404801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404801 is #BFB7FE. Grayscale: #3D3D3D. Windows color (decimal): -12564479 or 84032. OLE color: 84032.

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

Color convert

RGB 64 72 1 -
CMYK 0.11 0 0.99 0.72
HSL 66.76º 0.97% 0.14% -
HSV(B) 66.76º 0.99% 0.28% -
XYZ 4.44 5.73 0.9 -
YUV 61.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 64 72 1 0.11 0 0.99 0.72 66.76 0.97 0.14
Hex 40 48 1 B 0 63 48 43 61 E
Octal 100 110 1 13 0 143 110 103 141 16
Binary 1000000 1001000 1 1011 0 1100011 1001000 1000011 1100001 1110

Color Harmonies of #404801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404801

Black with #404801

Text Example


Text Example

White with #404801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404801; }

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

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

background-color css

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

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

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

border-color css

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

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

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