Html Css Color HEX #40490F Verdun Green

📋 copy color: '#40490F'

red 64 ◦ green 73 ◦ blue 15

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

Shades of Verdun Green #40490F

Tints of Verdun Green #40490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 42.11%
G = 48.03%
B = 9.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#40490F (or 0x40490F) is known color: Verdun Green. HEX triplet: 40, 49 and 0F. RGB value is (64,73,15). Sum of RGB (Red+Green+Blue) = 64+73+15=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #40490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40490F is #BFB6F0. Grayscale: #3F3F3F. Windows color (decimal): -12564209 or 1001792. OLE color: 1001792.

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

Color convert

RGB 64 73 15 -
CMYK 0.12 0 0.79 0.71
HSL 69.31º 0.66% 0.17% -
HSV(B) 69.31º 0.79% 0.29% -
XYZ 4.58 5.89 1.35 -
YUV 63.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 64 73 15 0.12 0 0.79 0.71 69.31 0.66 0.17
Hex 40 49 F C 0 4F 47 45 42 11
Octal 100 111 17 14 0 117 107 105 102 21
Binary 1000000 1001001 1111 1100 0 1001111 1000111 1000101 1000010 10001

Color Harmonies of #40490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40490F

Black with #40490F

Text Example


Text Example

White with #40490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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