Html Css Color HEX #40520F Verdun Green

📋 copy color: '#40520F'

red 64 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #40520F

Tints of Verdun Green #40520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 39.75%
G = 50.93%
B = 9.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#40520F (or 0x40520F) is known color: Verdun Green. HEX triplet: 40, 52 and 0F. RGB value is (64,82,15). Sum of RGB (Red+Green+Blue) = 64+82+15=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #40520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40520F is #BFADF0. Grayscale: #454545. Windows color (decimal): -12561905 or 1004096. OLE color: 1004096.

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

Color convert

RGB 64 82 15 -
CMYK 0.22 0 0.82 0.68
HSL 76.12º 0.69% 0.19% -
HSV(B) 76.12º 0.82% 0.32% -
XYZ 5.22 7.16 1.56 -
YUV 68.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 64 82 15 0.22 0 0.82 0.68 76.12 0.69 0.19
Hex 40 52 F 16 0 52 44 4C 45 13
Octal 100 122 17 26 0 122 104 114 105 23
Binary 1000000 1010010 1111 10110 0 1010010 1000100 1001100 1000101 10011

Color Harmonies of #40520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40520F

Black with #40520F

Text Example


Text Example

White with #40520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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