Html Css Color HEX #40540D Verdun Green

📋 copy color: '#40540D'

red 64 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #40540D

Tints of Verdun Green #40540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 39.75%
G = 52.17%
B = 8.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#40540D (or 0x40540D) is known color: Verdun Green. HEX triplet: 40, 54 and 0D. RGB value is (64,84,13). Sum of RGB (Red+Green+Blue) = 64+84+13=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #40540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40540D is #BFABF2. Grayscale: #464646. Windows color (decimal): -12561395 or 873536. OLE color: 873536.

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

Color convert

RGB 64 84 13 -
CMYK 0.24 0 0.85 0.67
HSL 76.9º 0.73% 0.19% -
HSV(B) 76.9º 0.85% 0.33% -
XYZ 5.36 7.46 1.54 -
YUV 69.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 64 84 13 0.24 0 0.85 0.67 76.9 0.73 0.19
Hex 40 54 D 18 0 55 43 4D 49 13
Octal 100 124 15 30 0 125 103 115 111 23
Binary 1000000 1010100 1101 11000 0 1010101 1000011 1001101 1001001 10011

Color Harmonies of #40540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40540D

Black with #40540D

Text Example


Text Example

White with #40540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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