Html Css Color HEX #40541A Verdun Green

📋 copy color: '#40541A'

red 64 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #40541A

Tints of Verdun Green #40541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

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

R = 36.78%
G = 48.28%
B = 14.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#40541A (or 0x40541A) is known color: Verdun Green. HEX triplet: 40, 54 and 1A. RGB value is (64,84,26). Sum of RGB (Red+Green+Blue) = 64+84+26=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #40541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541A is #BFABE5. Grayscale: #474747. Windows color (decimal): -12561382 or 1725504. OLE color: 1725504.

HSL color Cylindrical-coordinate representation of color #40541A: hue angle of 80.69º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40541A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 26 -
CMYK 0.24 0 0.69 0.67
HSL 80.69º 0.53% 0.22% -
HSV(B) 80.69º 0.69% 0.33% -
XYZ 5.47 7.51 2.14 -
YUV 71.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 64 84 26 0.24 0 0.69 0.67 80.69 0.53 0.22
Hex 40 54 1A 18 0 45 43 51 35 16
Octal 100 124 32 30 0 105 103 121 65 26
Binary 1000000 1010100 11010 11000 0 1000101 1000011 1010001 110101 10110

Color Harmonies of #40541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40541A

Black with #40541A

Text Example


Text Example

White with #40541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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