Html Css Color HEX #40510E Verdun Green

📋 copy color: '#40510E'

red 64 ◦ green 81 ◦ blue 14

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

Shades of Verdun Green #40510E

Tints of Verdun Green #40510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.94%

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

R = 40.25%
G = 50.94%
B = 8.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#40510E (or 0x40510E) is known color: Verdun Green. HEX triplet: 40, 51 and 0E. RGB value is (64,81,14). Sum of RGB (Red+Green+Blue) = 64+81+14=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #40510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40510E is #BFAEF1. Grayscale: #444444. Windows color (decimal): -12562162 or 938304. OLE color: 938304.

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

Color convert

RGB 64 81 14 -
CMYK 0.21 0 0.83 0.68
HSL 75.22º 0.71% 0.19% -
HSV(B) 75.22º 0.83% 0.32% -
XYZ 5.14 7.01 1.5 -
YUV 68.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 64 81 14 0.21 0 0.83 0.68 75.22 0.71 0.19
Hex 40 51 E 15 0 53 44 4B 47 13
Octal 100 121 16 25 0 123 104 113 107 23
Binary 1000000 1010001 1110 10101 0 1010011 1000100 1001011 1000111 10011

Color Harmonies of #40510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40510E

Black with #40510E

Text Example


Text Example

White with #40510E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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