Html Css Color HEX #404505 Verdun Green

📋 copy color: '#404505'

red 64 ◦ green 69 ◦ blue 5

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

Shades of Verdun Green #404505

Tints of Verdun Green #404505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.62%

R = 46.38%
G = 50%
B = 3.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#404505 (or 0x404505) is known color: Verdun Green. HEX triplet: 40, 45 and 05. RGB value is (64,69,5). Sum of RGB (Red+Green+Blue) = 64+69+5=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #404505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404505 is #BFBAFA. Grayscale: #3C3C3C. Windows color (decimal): -12565243 or 345408. OLE color: 345408.

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

Color convert

RGB 64 69 5 -
CMYK 0.07 0 0.93 0.73
HSL 64.69º 0.86% 0.15% -
HSV(B) 64.69º 0.93% 0.27% -
XYZ 4.27 5.36 0.95 -
YUV 60.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 64 69 5 0.07 0 0.93 0.73 64.69 0.86 0.15
Hex 40 45 5 7 0 5D 49 41 56 F
Octal 100 105 5 7 0 135 111 101 126 17
Binary 1000000 1000101 101 111 0 1011101 1001001 1000001 1010110 1111

Color Harmonies of #404505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404505

Black with #404505

Text Example


Text Example

White with #404505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404505; }

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

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

background-color css

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

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

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

border-color css

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

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

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