Html Css Color HEX #404507 Verdun Green

📋 copy color: '#404507'

red 64 ◦ green 69 ◦ blue 7

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

Shades of Verdun Green #404507

Tints of Verdun Green #404507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5%

R = 45.71%
G = 49.29%
B = 5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#404507 (or 0x404507) is known color: Verdun Green. HEX triplet: 40, 45 and 07. RGB value is (64,69,7). Sum of RGB (Red+Green+Blue) = 64+69+7=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #404507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404507 is #BFBAF8. Grayscale: #3C3C3C. Windows color (decimal): -12565241 or 476480. OLE color: 476480.

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

Color convert

RGB 64 69 7 -
CMYK 0.07 0 0.90 0.73
HSL 64.84º 0.82% 0.15% -
HSV(B) 64.84º 0.9% 0.27% -
XYZ 4.28 5.36 1.01 -
YUV 60.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 64 69 7 0.07 0 0.90 0.73 64.84 0.82 0.15
Hex 40 45 7 7 0 5A 49 41 52 F
Octal 100 105 7 7 0 132 111 101 122 17
Binary 1000000 1000101 111 111 0 1011010 1001001 1000001 1010010 1111

Color Harmonies of #404507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404507

Black with #404507

Text Example


Text Example

White with #404507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404507; }

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

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

background-color css

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

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

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

border-color css

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

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

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