Html Css Color HEX #40541C Verdun Green

📋 copy color: '#40541C'

red 64 ◦ green 84 ◦ blue 28

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

Shades of Verdun Green #40541C

Tints of Verdun Green #40541C

RGB

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

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

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

R = 36.36%
G = 47.73%
B = 15.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#40541C (or 0x40541C) is known color: Verdun Green. HEX triplet: 40, 54 and 1C. RGB value is (64,84,28). Sum of RGB (Red+Green+Blue) = 64+84+28=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #40541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541C is #BFABE3. Grayscale: #474747. Windows color (decimal): -12561380 or 1856576. OLE color: 1856576.

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

Color convert

RGB 64 84 28 -
CMYK 0.24 0 0.67 0.67
HSL 81.43º 0.5% 0.22% -
HSV(B) 81.43º 0.67% 0.33% -
XYZ 5.49 7.51 2.26 -
YUV 71.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 64 84 28 0.24 0 0.67 0.67 81.43 0.5 0.22
Hex 40 54 1C 18 0 43 43 51 32 16
Octal 100 124 34 30 0 103 103 121 62 26
Binary 1000000 1010100 11100 11000 0 1000011 1000011 1010001 110010 10110

Color Harmonies of #40541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40541C

Black with #40541C

Text Example


Text Example

White with #40541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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