#476300

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

Shades of Verdun Green #476300

Tints of Verdun Green #476300

Color information

#476300 (or 0x476300) is unknown color: approx Verdun Green. HEX triplet: 47, 63 and 00. RGB value is (71,99,0). Sum of RGB (Red+Green+Blue) = 71+99+0=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #476300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476300 is #B89CFF. Grayscale: #4F4F4F. Windows color (decimal): -12098816 or 25415. OLE color: 25415.

HSL color Cylindrical-coordinate representation of color #476300: hue angle of 76.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476300 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB71990-
CMYK0.28010.61
HSL76.97º100%19.41%-
HSV(B)76.97º100%38.82%-
XYZ7.0610.261.61-
YUV79.3483.22122.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 99 (39.06% from 255) = 58.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.76%
G=58.24%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal719900.28010.6176.9710019.41
Hex476301C0643D4d6413
Octal10714303401447511514423
Binary10001111100011011100011001001111011001101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476300; }

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

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

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

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

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

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

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

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