Html Css Color HEX #40501C Verdun Green

📋 copy color: '#40501C'

red 64 ◦ green 80 ◦ blue 28

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

Shades of Verdun Green #40501C

Tints of Verdun Green #40501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

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

R = 37.21%
G = 46.51%
B = 16.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#40501C (or 0x40501C) is known color: Verdun Green. HEX triplet: 40, 50 and 1C. RGB value is (64,80,28). Sum of RGB (Red+Green+Blue) = 64+80+28=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #40501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501C is #BFAFE3. Grayscale: #454545. Windows color (decimal): -12562404 or 1855552. OLE color: 1855552.

HSL color Cylindrical-coordinate representation of color #40501C: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40501C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 28 -
CMYK 0.20 0 0.65 0.69
HSL 78.46º 0.48% 0.21% -
HSV(B) 78.46º 0.65% 0.31% -
XYZ 5.19 6.91 2.16 -
YUV 69.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 64 80 28 0.20 0 0.65 0.69 78.46 0.48 0.21
Hex 40 50 1C 14 0 41 45 4E 30 15
Octal 100 120 34 24 0 101 105 116 60 25
Binary 1000000 1010000 11100 10100 0 1000001 1000101 1001110 110000 10101

Color Harmonies of #40501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40501C

Black with #40501C

Text Example


Text Example

White with #40501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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