Html Css Color HEX #40521A Verdun Green

📋 copy color: '#40521A'

red 64 ◦ green 82 ◦ blue 26

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

Shades of Verdun Green #40521A

Tints of Verdun Green #40521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 37.21%
G = 47.67%
B = 15.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#40521A (or 0x40521A) is known color: Verdun Green. HEX triplet: 40, 52 and 1A. RGB value is (64,82,26). Sum of RGB (Red+Green+Blue) = 64+82+26=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #40521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40521A is #BFADE5. Grayscale: #464646. Windows color (decimal): -12561894 or 1724992. OLE color: 1724992.

HSL color Cylindrical-coordinate representation of color #40521A: hue angle of 79.29º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40521A is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 26 -
CMYK 0.22 0 0.68 0.68
HSL 79.29º 0.52% 0.21% -
HSV(B) 79.29º 0.68% 0.32% -
XYZ 5.32 7.2 2.09 -
YUV 70.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 64 82 26 0.22 0 0.68 0.68 79.29 0.52 0.21
Hex 40 52 1A 16 0 44 44 4F 34 15
Octal 100 122 32 26 0 104 104 117 64 25
Binary 1000000 1010010 11010 10110 0 1000100 1000100 1001111 110100 10101

Color Harmonies of #40521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40521A

Black with #40521A

Text Example


Text Example

White with #40521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40521A; }

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

 H1.HeaderClassName
 {
   color: #40521A;
 }
 .AnyTagClassName
 {
   color: #40521A;
 }
</style>

background-color css

<style>
 a { background-color: #40521A; }

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

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

border-color css

<style>
 span { border-color: #40521A; }

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

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