Html Css Color HEX #404E1C Verdun Green

📋 copy color: '#404E1C'

red 64 ◦ green 78 ◦ blue 28

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

Shades of Verdun Green #404E1C

Tints of Verdun Green #404E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.88%

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 37.65%
G = 45.88%
B = 16.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#404E1C (or 0x404E1C) is known color: Verdun Green. HEX triplet: 40, 4E and 1C. RGB value is (64,78,28). Sum of RGB (Red+Green+Blue) = 64+78+28=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #404E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E1C is #BFB1E3. Grayscale: #444444. Windows color (decimal): -12562916 or 1855040. OLE color: 1855040.

HSL color Cylindrical-coordinate representation of color #404E1C: hue angle of 76.8º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404E1C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 78 28 -
CMYK 0.18 0 0.64 0.69
HSL 76.8º 0.47% 0.21% -
HSV(B) 76.8º 0.64% 0.31% -
XYZ 5.05 6.62 2.11 -
YUV 68.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 64 78 28 0.18 0 0.64 0.69 76.8 0.47 0.21
Hex 40 4E 1C 12 0 40 45 4D 2F 15
Octal 100 116 34 22 0 100 105 115 57 25
Binary 1000000 1001110 11100 10010 0 1000000 1000101 1001101 101111 10101

Color Harmonies of #404E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E1C

Black with #404E1C

Text Example


Text Example

White with #404E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E1C; }

 p { color: rgb(64,78,28); }

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

background-color css

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

 a { background-color: rgb(64,78,28); }

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

border-color css

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

 span { border-color: rgb(64,78,28); }

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