#47600B

Color #47600B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #47600B

Tints of Verdun Green #47600B

Color information

#47600B (or 0x47600B) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 0B. RGB value is (71,96,11). Sum of RGB (Red+Green+Blue) = 71+96+11=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #47600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47600B is #B89FF4. Grayscale: #4F4F4F. Windows color (decimal): -12099573 or 745543. OLE color: 745543.

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

Color convert

RGB719611-
CMYK0.2600.890.62
HSL77.65º79.44%20.98%-
HSV(B)77.65º88.54%37.65%-
XYZ6.849.731.83-
YUV78.8389.72122.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=39.89%
G=53.93%
B=6.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196110.2600.890.6277.6579.4420.98
Hex4760B1A0593E4e4f15
Octal107140133201317611611725
Binary10001111100000101111010010110011111101001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47600B;
 }
 .AnyTagClassName
 {
   color: #47600B;
 }
</style>
background-color css

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

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

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

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

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

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