Html Css Color HEX #404803 Verdun Green

📋 copy color: '#404803'

red 64 ◦ green 72 ◦ blue 3

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

Shades of Verdun Green #404803

Tints of Verdun Green #404803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 46.04%
G = 51.8%
B = 2.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#404803 (or 0x404803) is known color: Verdun Green. HEX triplet: 40, 48 and 03. RGB value is (64,72,3). Sum of RGB (Red+Green+Blue) = 64+72+3=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #404803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404803 is #BFB7FC. Grayscale: #3E3E3E. Windows color (decimal): -12564477 or 215104. OLE color: 215104.

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

Color convert

RGB 64 72 3 -
CMYK 0.11 0 0.96 0.72
HSL 66.96º 0.92% 0.15% -
HSV(B) 66.96º 0.96% 0.28% -
XYZ 4.45 5.73 0.96 -
YUV 61.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 64 72 3 0.11 0 0.96 0.72 66.96 0.92 0.15
Hex 40 48 3 B 0 60 48 43 5C F
Octal 100 110 3 13 0 140 110 103 134 17
Binary 1000000 1001000 11 1011 0 1100000 1001000 1000011 1011100 1111

Color Harmonies of #404803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404803

Black with #404803

Text Example


Text Example

White with #404803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404803; }

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

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

background-color css

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

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

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

border-color css

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

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

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