Html Css Color HEX #404618 Verdun Green

📋 copy color: '#404618'

red 64 ◦ green 70 ◦ blue 24

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

Shades of Verdun Green #404618

Tints of Verdun Green #404618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 40.51%
G = 44.3%
B = 15.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#404618 (or 0x404618) is known color: Verdun Green. HEX triplet: 40, 46 and 18. RGB value is (64,70,24). Sum of RGB (Red+Green+Blue) = 64+70+24=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #404618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404618 is #BFB9E7. Grayscale: #3F3F3F. Windows color (decimal): -12564968 or 1590848. OLE color: 1590848.

HSL color Cylindrical-coordinate representation of color #404618: hue angle of 67.83º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404618 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 24 -
CMYK 0.09 0 0.66 0.73
HSL 67.83º 0.49% 0.18% -
HSV(B) 67.83º 0.66% 0.27% -
XYZ 4.47 5.54 1.7 -
YUV 62.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 64 70 24 0.09 0 0.66 0.73 67.83 0.49 0.18
Hex 40 46 18 9 0 42 49 44 31 12
Octal 100 106 30 11 0 102 111 104 61 22
Binary 1000000 1000110 11000 1001 0 1000010 1001001 1000100 110001 10010

Color Harmonies of #404618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404618

Black with #404618

Text Example


Text Example

White with #404618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404618; }

 p { color: rgb(64,70,24); }

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

background-color css

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

 a { background-color: rgb(64,70,24); }

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

border-color css

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

 span { border-color: rgb(64,70,24); }

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