Html Css Color HEX #40520B Verdun Green

📋 copy color: '#40520B'

red 64 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #40520B

Tints of Verdun Green #40520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.23%

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

R = 40.76%
G = 52.23%
B = 7.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#40520B (or 0x40520B) is known color: Verdun Green. HEX triplet: 40, 52 and 0B. RGB value is (64,82,11). Sum of RGB (Red+Green+Blue) = 64+82+11=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #40520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40520B is #BFADF4. Grayscale: #444444. Windows color (decimal): -12561909 or 741952. OLE color: 741952.

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

Color convert

RGB 64 82 11 -
CMYK 0.22 0 0.87 0.68
HSL 75.21º 0.76% 0.18% -
HSV(B) 75.21º 0.87% 0.32% -
XYZ 5.19 7.15 1.42 -
YUV 68.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 64 82 11 0.22 0 0.87 0.68 75.21 0.76 0.18
Hex 40 52 B 16 0 57 44 4B 4C 12
Octal 100 122 13 26 0 127 104 113 114 22
Binary 1000000 1010010 1011 10110 0 1010111 1000100 1001011 1001100 10010

Color Harmonies of #40520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40520B

Black with #40520B

Text Example


Text Example

White with #40520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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