Html Css Color HEX #404500 Verdun Green

📋 copy color: '#404500'

red 64 ◦ green 69 ◦ blue 0

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

Shades of Verdun Green #404500

Tints of Verdun Green #404500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.88%

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

R = 48.12%
G = 51.88%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#404500 (or 0x404500) is known color: Verdun Green. HEX triplet: 40, 45 and 00. RGB value is (64,69,0). Sum of RGB (Red+Green+Blue) = 64+69+0=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #404500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404500 is #BFBAFF. Grayscale: #3B3B3B. Windows color (decimal): -12565248 or 17728. OLE color: 17728.

HSL color Cylindrical-coordinate representation of color #404500: hue angle of 64.35º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404500 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 0 -
CMYK 0.07 0 1 0.73
HSL 64.35º 1% 0.14% -
HSV(B) 64.35º 1% 0.27% -
XYZ 4.24 5.35 0.81 -
YUV 59.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 64 69 0 0.07 0 1 0.73 64.35 1 0.14
Hex 40 45 0 7 0 64 49 40 64 E
Octal 100 105 0 7 0 144 111 100 144 16
Binary 1000000 1000101 0 111 0 1100100 1001001 1000000 1100100 1110

Color Harmonies of #404500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404500

Black with #404500

Text Example


Text Example

White with #404500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404500; }

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

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

background-color css

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

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

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

border-color css

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

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

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