Html Css Color HEX #47600D Verdun Green

📋 copy color: '#47600D'

red 71 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #47600D

Tints of Verdun Green #47600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

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

R = 39.44%
G = 53.33%
B = 7.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#47600D (or 0x47600D) is known color: Verdun Green. HEX triplet: 47, 60 and 0D. RGB value is (71,96,13). Sum of RGB (Red+Green+Blue) = 71+96+13=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #47600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47600D is #B89FF2. Grayscale: #4F4F4F. Windows color (decimal): -12099571 or 876615. OLE color: 876615.

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

Color convert

RGB 71 96 13 -
CMYK 0.26 0 0.86 0.62
HSL 78.07º 0.76% 0.21% -
HSV(B) 78.07º 0.86% 0.38% -
XYZ 6.85 9.73 1.9 -
YUV 79.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 71 96 13 0.26 0 0.86 0.62 78.07 0.76 0.21
Hex 47 60 D 1A 0 56 3E 4E 4C 15
Octal 107 140 15 32 0 126 76 116 114 25
Binary 1000111 1100000 1101 11010 0 1010110 111110 1001110 1001100 10101

Color Harmonies of #47600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47600D

Black with #47600D

Text Example


Text Example

White with #47600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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