Html Css Color HEX #404411 Verdun Green

📋 copy color: '#404411'

red 64 ◦ green 68 ◦ blue 17

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

Shades of Verdun Green #404411

Tints of Verdun Green #404411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.64%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 42.95%
G = 45.64%
B = 11.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#404411 (or 0x404411) is known color: Verdun Green. HEX triplet: 40, 44 and 11. RGB value is (64,68,17). Sum of RGB (Red+Green+Blue) = 64+68+17=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #404411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404411 is #BFBBEE. Grayscale: #3D3D3D. Windows color (decimal): -12565487 or 1131584. OLE color: 1131584.

HSL color Cylindrical-coordinate representation of color #404411: hue angle of 64.71º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404411 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 17 -
CMYK 0.06 0 0.75 0.73
HSL 64.71º 0.6% 0.17% -
HSV(B) 64.71º 0.75% 0.27% -
XYZ 4.28 5.26 1.32 -
YUV 60.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 64 68 17 0.06 0 0.75 0.73 64.71 0.6 0.17
Hex 40 44 11 6 0 4B 49 41 3C 11
Octal 100 104 21 6 0 113 111 101 74 21
Binary 1000000 1000100 10001 110 0 1001011 1001001 1000001 111100 10001

Color Harmonies of #404411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404411

Black with #404411

Text Example


Text Example

White with #404411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404411; }

 p { color: rgb(64,68,17); }

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

background-color css

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

 a { background-color: rgb(64,68,17); }

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

border-color css

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

 span { border-color: rgb(64,68,17); }

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