Html Css Color HEX #40521C Verdun Green

📋 copy color: '#40521C'

red 64 ◦ green 82 ◦ blue 28

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

Shades of Verdun Green #40521C

Tints of Verdun Green #40521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.09%

R = 36.78%
G = 47.13%
B = 16.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#40521C (or 0x40521C) is known color: Verdun Green. HEX triplet: 40, 52 and 1C. RGB value is (64,82,28). Sum of RGB (Red+Green+Blue) = 64+82+28=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #40521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40521C is #BFADE3. Grayscale: #464646. Windows color (decimal): -12561892 or 1856064. OLE color: 1856064.

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

Color convert

RGB 64 82 28 -
CMYK 0.22 0 0.66 0.68
HSL 80º 0.49% 0.22% -
HSV(B) 80º 0.66% 0.32% -
XYZ 5.34 7.21 2.21 -
YUV 70.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 64 82 28 0.22 0 0.66 0.68 80 0.49 0.22
Hex 40 52 1C 16 0 42 44 50 31 16
Octal 100 122 34 26 0 102 104 120 61 26
Binary 1000000 1010010 11100 10110 0 1000010 1000100 1010000 110001 10110

Color Harmonies of #40521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40521C

Black with #40521C

Text Example


Text Example

White with #40521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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