Html Css Color HEX #404200 Verdun Green

📋 copy color: '#404200'

red 64 ◦ green 66 ◦ blue 0

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

Shades of Verdun Green #404200

Tints of Verdun Green #404200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.23%
G = 50.77%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#404200 (or 0x404200) is known color: Verdun Green. HEX triplet: 40, 42 and 00. RGB value is (64,66,0). Sum of RGB (Red+Green+Blue) = 64+66+0=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #404200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404200 is #BFBDFF. Grayscale: #3A3A3A. Windows color (decimal): -12566016 or 16960. OLE color: 16960.

HSL color Cylindrical-coordinate representation of color #404200: hue angle of 61.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404200 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 0 -
CMYK 0.03 0 1 0.74
HSL 61.82º 1% 0.13% -
HSV(B) 61.82º 1% 0.26% -
XYZ 4.06 4.99 0.75 -
YUV 57.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 64 66 0 0.03 0 1 0.74 61.82 1 0.13
Hex 40 42 0 3 0 64 4A 3E 64 D
Octal 100 102 0 3 0 144 112 76 144 15
Binary 1000000 1000010 0 11 0 1100100 1001010 111110 1100100 1101

Color Harmonies of #404200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404200

Black with #404200

Text Example


Text Example

White with #404200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404200; }

 p { color: rgb(64,66,0); }

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

background-color css

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

 a { background-color: rgb(64,66,0); }

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

border-color css

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

 span { border-color: rgb(64,66,0); }

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