Html Css Color HEX #40471B Verdun Green

📋 copy color: '#40471B'

red 64 ◦ green 71 ◦ blue 27

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

Shades of Verdun Green #40471B

Tints of Verdun Green #40471B

RGB

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

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

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

R = 39.51%
G = 43.83%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#40471B (or 0x40471B) is known color: Verdun Green. HEX triplet: 40, 47 and 1B. RGB value is (64,71,27). Sum of RGB (Red+Green+Blue) = 64+71+27=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #40471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40471B is #BFB8E4. Grayscale: #404040. Windows color (decimal): -12564709 or 1787712. OLE color: 1787712.

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

Color convert

RGB 64 71 27 -
CMYK 0.10 0 0.62 0.72
HSL 69.55º 0.45% 0.19% -
HSV(B) 69.55º 0.62% 0.28% -
XYZ 4.57 5.68 1.89 -
YUV 63.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 64 71 27 0.10 0 0.62 0.72 69.55 0.45 0.19
Hex 40 47 1B A 0 3E 48 46 2D 13
Octal 100 107 33 12 0 76 110 106 55 23
Binary 1000000 1000111 11011 1010 0 111110 1001000 1000110 101101 10011

Color Harmonies of #40471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40471B

Black with #40471B

Text Example


Text Example

White with #40471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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