Html Css Color HEX #40490A Verdun Green

📋 copy color: '#40490A'

red 64 ◦ green 73 ◦ blue 10

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

Shades of Verdun Green #40490A

Tints of Verdun Green #40490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.8%

R = 43.54%
G = 49.66%
B = 6.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#40490A (or 0x40490A) is known color: Verdun Green. HEX triplet: 40, 49 and 0A. RGB value is (64,73,10). Sum of RGB (Red+Green+Blue) = 64+73+10=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #40490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40490A is #BFB6F5. Grayscale: #3F3F3F. Windows color (decimal): -12564214 or 674112. OLE color: 674112.

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

Color convert

RGB 64 73 10 -
CMYK 0.12 0 0.86 0.71
HSL 68.57º 0.76% 0.16% -
HSV(B) 68.57º 0.86% 0.29% -
XYZ 4.55 5.88 1.18 -
YUV 63.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 64 73 10 0.12 0 0.86 0.71 68.57 0.76 0.16
Hex 40 49 A C 0 56 47 45 4C 10
Octal 100 111 12 14 0 126 107 105 114 20
Binary 1000000 1001001 1010 1100 0 1010110 1000111 1000101 1001100 10000

Color Harmonies of #40490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40490A

Black with #40490A

Text Example


Text Example

White with #40490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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