Html Css Color HEX #47511F Verdun Green

📋 copy color: '#47511F'

red 71 ◦ green 81 ◦ blue 31

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

Shades of Verdun Green #47511F

Tints of Verdun Green #47511F

RGB

 RED value IS 71 (28.13% from 255) = 38.8%

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 38.8%
G = 44.26%
B = 16.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#47511F (or 0x47511F) is known color: Verdun Green. HEX triplet: 47, 51 and 1F. RGB value is (71,81,31). Sum of RGB (Red+Green+Blue) = 71+81+31=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #47511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47511F is #B8AEE0. Grayscale: #484848. Windows color (decimal): -12103393 or 2052423. OLE color: 2052423.

HSL color Cylindrical-coordinate representation of color #47511F: hue angle of 72º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47511F is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 31 -
CMYK 0.12 0 0.62 0.68
HSL 72º 0.45% 0.22% -
HSV(B) 72º 0.62% 0.32% -
XYZ 5.79 7.32 2.4 -
YUV 72.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 71 81 31 0.12 0 0.62 0.68 72 0.45 0.22
Hex 47 51 1F C 0 3E 44 48 2D 16
Octal 107 121 37 14 0 76 104 110 55 26
Binary 1000111 1010001 11111 1100 0 111110 1000100 1001000 101101 10110

Color Harmonies of #47511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47511F

Black with #47511F

Text Example


Text Example

White with #47511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47511F; }

 p { color: rgb(71,81,31); }

 H1.HeaderClassName
 {
   color: #47511F;
 }
 .AnyTagClassName
 {
   color: #47511F;
 }
</style>

background-color css

<style>
 a { background-color: #47511F; }

 a { background-color: rgb(71,81,31); }

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

border-color css

<style>
 span { border-color: #47511F; }

 span { border-color: rgb(71,81,31); }

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