Html Css Color HEX #47511E Verdun Green

📋 copy color: '#47511E'

red 71 ◦ green 81 ◦ blue 30

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

Shades of Verdun Green #47511E

Tints of Verdun Green #47511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 39.01%
G = 44.51%
B = 16.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#47511E (or 0x47511E) is known color: Verdun Green. HEX triplet: 47, 51 and 1E. RGB value is (71,81,30). Sum of RGB (Red+Green+Blue) = 71+81+30=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #47511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47511E is #B8AEE1. Grayscale: #484848. Windows color (decimal): -12103394 or 1986887. OLE color: 1986887.

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

Color convert

RGB 71 81 30 -
CMYK 0.12 0 0.63 0.68
HSL 71.76º 0.46% 0.22% -
HSV(B) 71.76º 0.63% 0.32% -
XYZ 5.78 7.32 2.34 -
YUV 72.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 71 81 30 0.12 0 0.63 0.68 71.76 0.46 0.22
Hex 47 51 1E C 0 3F 44 48 2E 16
Octal 107 121 36 14 0 77 104 110 56 26
Binary 1000111 1010001 11110 1100 0 111111 1000100 1001000 101110 10110

Color Harmonies of #47511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47511E

Black with #47511E

Text Example


Text Example

White with #47511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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