Html Css Color HEX #40510B Verdun Green

📋 copy color: '#40510B'

red 64 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #40510B

Tints of Verdun Green #40510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 41.03%
G = 51.92%
B = 7.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#40510B (or 0x40510B) is known color: Verdun Green. HEX triplet: 40, 51 and 0B. RGB value is (64,81,11). Sum of RGB (Red+Green+Blue) = 64+81+11=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #40510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40510B is #BFAEF4. Grayscale: #444444. Windows color (decimal): -12562165 or 741696. OLE color: 741696.

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

Color convert

RGB 64 81 11 -
CMYK 0.21 0 0.86 0.68
HSL 74.57º 0.76% 0.18% -
HSV(B) 74.57º 0.86% 0.32% -
XYZ 5.12 7 1.4 -
YUV 67.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 64 81 11 0.21 0 0.86 0.68 74.57 0.76 0.18
Hex 40 51 B 15 0 56 44 4B 4C 12
Octal 100 121 13 25 0 126 104 113 114 22
Binary 1000000 1010001 1011 10101 0 1010110 1000100 1001011 1001100 10010

Color Harmonies of #40510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40510B

Black with #40510B

Text Example


Text Example

White with #40510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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