Html Css Color HEX #40540E Verdun Green

📋 copy color: '#40540E'

red 64 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #40540E

Tints of Verdun Green #40540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.85%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 39.51%
G = 51.85%
B = 8.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#40540E (or 0x40540E) is known color: Verdun Green. HEX triplet: 40, 54 and 0E. RGB value is (64,84,14). Sum of RGB (Red+Green+Blue) = 64+84+14=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #40540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40540E is #BFABF1. Grayscale: #464646. Windows color (decimal): -12561394 or 939072. OLE color: 939072.

HSL color Cylindrical-coordinate representation of color #40540E: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40540E is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 14 -
CMYK 0.24 0 0.83 0.67
HSL 77.14º 0.71% 0.19% -
HSV(B) 77.14º 0.83% 0.33% -
XYZ 5.36 7.46 1.57 -
YUV 70.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 64 84 14 0.24 0 0.83 0.67 77.14 0.71 0.19
Hex 40 54 E 18 0 53 43 4D 47 13
Octal 100 124 16 30 0 123 103 115 107 23
Binary 1000000 1010100 1110 11000 0 1010011 1000011 1001101 1000111 10011

Color Harmonies of #40540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40540E

Black with #40540E

Text Example


Text Example

White with #40540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40540E; }

 p { color: rgb(64,84,14); }

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

background-color css

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

 a { background-color: rgb(64,84,14); }

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

border-color css

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

 span { border-color: rgb(64,84,14); }

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