#47630A

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

Shades of Verdun Green #47630A

Tints of Verdun Green #47630A

Color information

#47630A (or 0x47630A) is unknown color: approx Verdun Green. HEX triplet: 47, 63 and 0A. RGB value is (71,99,10). Sum of RGB (Red+Green+Blue) = 71+99+10=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #47630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47630A is #B89CF5. Grayscale: #505050. Windows color (decimal): -12098806 or 680775. OLE color: 680775.

HSL color Cylindrical-coordinate representation of color #47630A: hue angle of 78.88º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47630A is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB719910-
CMYK0.2800.900.61
HSL78.88º81.65%21.37%-
HSV(B)78.88º89.9%38.82%-
XYZ7.1210.291.9-
YUV80.4888.22121.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=39.44%
G=55%
B=5.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199100.2800.900.6178.8881.6521.37
Hex4763A1C05A3D4f5215
Octal107143123401327511712225
Binary10001111100011101011100010110101111011001111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47630A; }

 p { color: rgb(71,99,10); }

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

<style>
 a { background-color: #47630A; }

 a { background-color: rgb(71,99,10); }

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

<style>
 span { border-color: #47630A; }

 span { border-color: rgb(71,99,10); }

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