Html Css Color HEX #40561C Verdun Green

📋 copy color: '#40561C'

red 64 ◦ green 86 ◦ blue 28

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

Shades of Verdun Green #40561C

Tints of Verdun Green #40561C

RGB

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

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

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

R = 35.96%
G = 48.31%
B = 15.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#40561C (or 0x40561C) is known color: Verdun Green. HEX triplet: 40, 56 and 1C. RGB value is (64,86,28). Sum of RGB (Red+Green+Blue) = 64+86+28=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #40561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40561C is #BFA9E3. Grayscale: #494949. Windows color (decimal): -12560868 or 1857088. OLE color: 1857088.

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

Color convert

RGB 64 86 28 -
CMYK 0.26 0 0.67 0.66
HSL 82.76º 0.51% 0.22% -
HSV(B) 82.76º 0.67% 0.34% -
XYZ 5.65 7.83 2.31 -
YUV 72.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 64 86 28 0.26 0 0.67 0.66 82.76 0.51 0.22
Hex 40 56 1C 1A 0 43 42 53 33 16
Octal 100 126 34 32 0 103 102 123 63 26
Binary 1000000 1010110 11100 11010 0 1000011 1000010 1010011 110011 10110

Color Harmonies of #40561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40561C

Black with #40561C

Text Example


Text Example

White with #40561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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