Html Css Color HEX #47510B Verdun Green

📋 copy color: '#47510B'

red 71 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #47510B

Tints of Verdun Green #47510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 43.56%
G = 49.69%
B = 6.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#47510B (or 0x47510B) is known color: Verdun Green. HEX triplet: 47, 51 and 0B. RGB value is (71,81,11). Sum of RGB (Red+Green+Blue) = 71+81+11=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #47510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47510B is #B8AEF4. Grayscale: #464646. Windows color (decimal): -12103413 or 741703. OLE color: 741703.

HSL color Cylindrical-coordinate representation of color #47510B: hue angle of 68.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47510B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 11 -
CMYK 0.12 0 0.86 0.68
HSL 68.57º 0.76% 0.18% -
HSV(B) 68.57º 0.86% 0.32% -
XYZ 5.6 7.25 1.42 -
YUV 70.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 71 81 11 0.12 0 0.86 0.68 68.57 0.76 0.18
Hex 47 51 B C 0 56 44 45 4C 12
Octal 107 121 13 14 0 126 104 105 114 22
Binary 1000111 1010001 1011 1100 0 1010110 1000100 1000101 1001100 10010

Color Harmonies of #47510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47510B

Black with #47510B

Text Example


Text Example

White with #47510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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