Html Css Color HEX #40501A Verdun Green

📋 copy color: '#40501A'

red 64 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #40501A

Tints of Verdun Green #40501A

RGB

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

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

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

R = 37.65%
G = 47.06%
B = 15.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#40501A (or 0x40501A) is known color: Verdun Green. HEX triplet: 40, 50 and 1A. RGB value is (64,80,26). Sum of RGB (Red+Green+Blue) = 64+80+26=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #40501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501A is #BFAFE5. Grayscale: #454545. Windows color (decimal): -12562406 or 1724480. OLE color: 1724480.

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

Color convert

RGB 64 80 26 -
CMYK 0.20 0 0.67 0.69
HSL 77.78º 0.51% 0.21% -
HSV(B) 77.78º 0.68% 0.31% -
XYZ 5.17 6.9 2.04 -
YUV 69.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 64 80 26 0.20 0 0.67 0.69 77.78 0.51 0.21
Hex 40 50 1A 14 0 43 45 4E 33 15
Octal 100 120 32 24 0 103 105 116 63 25
Binary 1000000 1010000 11010 10100 0 1000011 1000101 1001110 110011 10101

Color Harmonies of #40501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40501A

Black with #40501A

Text Example


Text Example

White with #40501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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