Html Css Color HEX #40541B Verdun Green

📋 copy color: '#40541B'

red 64 ◦ green 84 ◦ blue 27

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

Shades of Verdun Green #40541B

Tints of Verdun Green #40541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 36.57%
G = 48%
B = 15.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#40541B (or 0x40541B) is known color: Verdun Green. HEX triplet: 40, 54 and 1B. RGB value is (64,84,27). Sum of RGB (Red+Green+Blue) = 64+84+27=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #40541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541B is #BFABE4. Grayscale: #474747. Windows color (decimal): -12561381 or 1791040. OLE color: 1791040.

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

Color convert

RGB 64 84 27 -
CMYK 0.24 0 0.68 0.67
HSL 81.05º 0.51% 0.22% -
HSV(B) 81.05º 0.68% 0.33% -
XYZ 5.48 7.51 2.2 -
YUV 71.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 64 84 27 0.24 0 0.68 0.67 81.05 0.51 0.22
Hex 40 54 1B 18 0 44 43 51 33 16
Octal 100 124 33 30 0 104 103 121 63 26
Binary 1000000 1010100 11011 11000 0 1000100 1000011 1010001 110011 10110

Color Harmonies of #40541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40541B

Black with #40541B

Text Example


Text Example

White with #40541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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