Html Css Color HEX #404410 Verdun Green

📋 copy color: '#404410'

red 64 ◦ green 68 ◦ blue 16

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

Shades of Verdun Green #404410

Tints of Verdun Green #404410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 43.24%
G = 45.95%
B = 10.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#404410 (or 0x404410) is known color: Verdun Green. HEX triplet: 40, 44 and 10. RGB value is (64,68,16). Sum of RGB (Red+Green+Blue) = 64+68+16=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #404410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404410 is #BFBBEF. Grayscale: #3D3D3D. Windows color (decimal): -12565488 or 1066048. OLE color: 1066048.

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

Color convert

RGB 64 68 16 -
CMYK 0.06 0 0.76 0.73
HSL 64.62º 0.62% 0.16% -
HSV(B) 64.62º 0.76% 0.27% -
XYZ 4.28 5.26 1.28 -
YUV 60.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 64 68 16 0.06 0 0.76 0.73 64.62 0.62 0.16
Hex 40 44 10 6 0 4C 49 41 3E 10
Octal 100 104 20 6 0 114 111 101 76 20
Binary 1000000 1000100 10000 110 0 1001100 1001001 1000001 111110 10000

Color Harmonies of #404410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404410

Black with #404410

Text Example


Text Example

White with #404410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404410; }

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

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

background-color css

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

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

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

border-color css

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

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

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