Html Css Color HEX #40471A Verdun Green

📋 copy color: '#40471A'

red 64 ◦ green 71 ◦ blue 26

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

Shades of Verdun Green #40471A

Tints of Verdun Green #40471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

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

R = 39.75%
G = 44.1%
B = 16.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#40471A (or 0x40471A) is known color: Verdun Green. HEX triplet: 40, 47 and 1A. RGB value is (64,71,26). Sum of RGB (Red+Green+Blue) = 64+71+26=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #40471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40471A is #BFB8E5. Grayscale: #3F3F3F. Windows color (decimal): -12564710 or 1722176. OLE color: 1722176.

HSL color Cylindrical-coordinate representation of color #40471A: hue angle of 69.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40471A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 26 -
CMYK 0.10 0 0.63 0.72
HSL 69.33º 0.46% 0.19% -
HSV(B) 69.33º 0.63% 0.28% -
XYZ 4.55 5.67 1.83 -
YUV 63.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 64 71 26 0.10 0 0.63 0.72 69.33 0.46 0.19
Hex 40 47 1A A 0 3F 48 45 2E 13
Octal 100 107 32 12 0 77 110 105 56 23
Binary 1000000 1000111 11010 1010 0 111111 1001000 1000101 101110 10011

Color Harmonies of #40471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40471A

Black with #40471A

Text Example


Text Example

White with #40471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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