Html Css Color HEX #40520C Verdun Green

📋 copy color: '#40520C'

red 64 ◦ green 82 ◦ blue 12

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

Shades of Verdun Green #40520C

Tints of Verdun Green #40520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 40.51%
G = 51.9%
B = 7.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#40520C (or 0x40520C) is known color: Verdun Green. HEX triplet: 40, 52 and 0C. RGB value is (64,82,12). Sum of RGB (Red+Green+Blue) = 64+82+12=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #40520C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40520C is #BFADF3. Grayscale: #444444. Windows color (decimal): -12561908 or 807488. OLE color: 807488.

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

Color convert

RGB 64 82 12 -
CMYK 0.22 0 0.85 0.68
HSL 75.43º 0.74% 0.18% -
HSV(B) 75.43º 0.85% 0.32% -
XYZ 5.2 7.15 1.45 -
YUV 68.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 64 82 12 0.22 0 0.85 0.68 75.43 0.74 0.18
Hex 40 52 C 16 0 55 44 4B 4A 12
Octal 100 122 14 26 0 125 104 113 112 22
Binary 1000000 1010010 1100 10110 0 1010101 1000100 1001011 1001010 10010

Color Harmonies of #40520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40520C

Black with #40520C

Text Example


Text Example

White with #40520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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