Html Css Color HEX #47610D Verdun Green

📋 copy color: '#47610D'

red 71 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #47610D

Tints of Verdun Green #47610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.59%

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 39.23%
G = 53.59%
B = 7.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#47610D (or 0x47610D) is known color: Verdun Green. HEX triplet: 47, 61 and 0D. RGB value is (71,97,13). Sum of RGB (Red+Green+Blue) = 71+97+13=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #47610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47610D is #B89EF2. Grayscale: #4F4F4F. Windows color (decimal): -12099315 or 876871. OLE color: 876871.

HSL color Cylindrical-coordinate representation of color #47610D: hue angle of 78.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47610D is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 13 -
CMYK 0.27 0 0.87 0.62
HSL 78.57º 0.76% 0.22% -
HSV(B) 78.57º 0.87% 0.38% -
XYZ 6.95 9.92 1.93 -
YUV 79.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 71 97 13 0.27 0 0.87 0.62 78.57 0.76 0.22
Hex 47 61 D 1B 0 57 3E 4F 4C 16
Octal 107 141 15 33 0 127 76 117 114 26
Binary 1000111 1100001 1101 11011 0 1010111 111110 1001111 1001100 10110

Color Harmonies of #47610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47610D

Black with #47610D

Text Example


Text Example

White with #47610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47610D; }

 p { color: rgb(71,97,13); }

 H1.HeaderClassName
 {
   color: #47610D;
 }
 .AnyTagClassName
 {
   color: #47610D;
 }
</style>

background-color css

<style>
 a { background-color: #47610D; }

 a { background-color: rgb(71,97,13); }

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

border-color css

<style>
 span { border-color: #47610D; }

 span { border-color: rgb(71,97,13); }

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