Html Css Color HEX #40491A Verdun Green

📋 copy color: '#40491A'

red 64 ◦ green 73 ◦ blue 26

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

Shades of Verdun Green #40491A

Tints of Verdun Green #40491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 39.26%
G = 44.79%
B = 15.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#40491A (or 0x40491A) is known color: Verdun Green. HEX triplet: 40, 49 and 1A. RGB value is (64,73,26). Sum of RGB (Red+Green+Blue) = 64+73+26=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #40491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40491A is #BFB6E5. Grayscale: #414141. Windows color (decimal): -12564198 or 1722688. OLE color: 1722688.

HSL color Cylindrical-coordinate representation of color #40491A: hue angle of 71.49º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40491A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 26 -
CMYK 0.12 0 0.64 0.71
HSL 71.49º 0.47% 0.19% -
HSV(B) 71.49º 0.64% 0.29% -
XYZ 4.68 5.93 1.87 -
YUV 64.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 64 73 26 0.12 0 0.64 0.71 71.49 0.47 0.19
Hex 40 49 1A C 0 40 47 47 2F 13
Octal 100 111 32 14 0 100 107 107 57 23
Binary 1000000 1001001 11010 1100 0 1000000 1000111 1000111 101111 10011

Color Harmonies of #40491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40491A

Black with #40491A

Text Example


Text Example

White with #40491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40491A; }

 p { color: rgb(64,73,26); }

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

background-color css

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

 a { background-color: rgb(64,73,26); }

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

border-color css

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

 span { border-color: rgb(64,73,26); }

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