Html Css Color HEX #40511C Verdun Green

📋 copy color: '#40511C'

red 64 ◦ green 81 ◦ blue 28

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

Shades of Verdun Green #40511C

Tints of Verdun Green #40511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 36.99%
G = 46.82%
B = 16.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#40511C (or 0x40511C) is known color: Verdun Green. HEX triplet: 40, 51 and 1C. RGB value is (64,81,28). Sum of RGB (Red+Green+Blue) = 64+81+28=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #40511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40511C is #BFAEE3. Grayscale: #464646. Windows color (decimal): -12562148 or 1855808. OLE color: 1855808.

HSL color Cylindrical-coordinate representation of color #40511C: hue angle of 79.25º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40511C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 28 -
CMYK 0.21 0 0.65 0.68
HSL 79.25º 0.49% 0.21% -
HSV(B) 79.25º 0.65% 0.32% -
XYZ 5.27 7.06 2.18 -
YUV 69.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 64 81 28 0.21 0 0.65 0.68 79.25 0.49 0.21
Hex 40 51 1C 15 0 41 44 4F 31 15
Octal 100 121 34 25 0 101 104 117 61 25
Binary 1000000 1010001 11100 10101 0 1000001 1000100 1001111 110001 10101

Color Harmonies of #40511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40511C

Black with #40511C

Text Example


Text Example

White with #40511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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