#474700

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

Shades of Verdun Green #474700

Tints of Verdun Green #474700

Color information

#474700 (or 0x474700) is unknown color: approx Verdun Green. HEX triplet: 47, 47 and 00. RGB value is (71,71,0). Sum of RGB (Red+Green+Blue) = 71+71+0=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474700 is #B8B8FF. Grayscale: #3F3F3F. Windows color (decimal): -12105984 or 18247. OLE color: 18247.

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

Color convert

RGB71710-
CMYK0010.72
HSL60º100%13.92%-
HSV(B)60º100%27.84%-
XYZ4.855.850.87-
YUV62.9192.5133.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717100010.726010013.92
Hex474700064483c64e
Octal1071070001441107414416
Binary100011110001110001100100100100011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474700; }

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

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

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

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

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

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

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

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