Html Css Color HEX #404510 Verdun Green

📋 copy color: '#404510'

red 64 ◦ green 69 ◦ blue 16

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

Shades of Verdun Green #404510

Tints of Verdun Green #404510

RGB

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

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

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

R = 42.95%
G = 46.31%
B = 10.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#404510 (or 0x404510) is known color: Verdun Green. HEX triplet: 40, 45 and 10. RGB value is (64,69,16). Sum of RGB (Red+Green+Blue) = 64+69+16=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #404510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404510 is #BFBAEF. Grayscale: #3D3D3D. Windows color (decimal): -12565232 or 1066304. OLE color: 1066304.

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

Color convert

RGB 64 69 16 -
CMYK 0.07 0 0.77 0.73
HSL 65.66º 0.62% 0.17% -
HSV(B) 65.66º 0.77% 0.27% -
XYZ 4.34 5.38 1.3 -
YUV 61.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 64 69 16 0.07 0 0.77 0.73 65.66 0.62 0.17
Hex 40 45 10 7 0 4D 49 42 3E 11
Octal 100 105 20 7 0 115 111 102 76 21
Binary 1000000 1000101 10000 111 0 1001101 1001001 1000010 111110 10001

Color Harmonies of #404510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404510

Black with #404510

Text Example


Text Example

White with #404510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404510; }

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

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

background-color css

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

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

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

border-color css

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

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

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