Html Css Color HEX #40561A Verdun Green

📋 copy color: '#40561A'

red 64 ◦ green 86 ◦ blue 26

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

Shades of Verdun Green #40561A

Tints of Verdun Green #40561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

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

R = 36.36%
G = 48.86%
B = 14.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#40561A (or 0x40561A) is known color: Verdun Green. HEX triplet: 40, 56 and 1A. RGB value is (64,86,26). Sum of RGB (Red+Green+Blue) = 64+86+26=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #40561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40561A is #BFA9E5. Grayscale: #484848. Windows color (decimal): -12560870 or 1726016. OLE color: 1726016.

HSL color Cylindrical-coordinate representation of color #40561A: hue angle of 82º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40561A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 86 26 -
CMYK 0.26 0 0.70 0.66
HSL 82º 0.54% 0.22% -
HSV(B) 82º 0.7% 0.34% -
XYZ 5.63 7.82 2.19 -
YUV 72.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 64 86 26 0.26 0 0.70 0.66 82 0.54 0.22
Hex 40 56 1A 1A 0 46 42 52 36 16
Octal 100 126 32 32 0 106 102 122 66 26
Binary 1000000 1010110 11010 11010 0 1000110 1000010 1010010 110110 10110

Color Harmonies of #40561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40561A

Black with #40561A

Text Example


Text Example

White with #40561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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