#474301

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

Shades of Verdun Green #474301

Tints of Verdun Green #474301

Color information

#474301 (or 0x474301) is unknown color: approx Verdun Green. HEX triplet: 47, 43 and 01. RGB value is (71,67,1). Sum of RGB (Red+Green+Blue) = 71+67+1=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #474301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474301 is #B8BCFE. Grayscale: #3C3C3C. Windows color (decimal): -12107007 or 82759. OLE color: 82759.

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

Color convert

RGB71671-
CMYK00.060.990.72
HSL56.57º97.22%14.12%-
HSV(B)56.57º98.59%27.84%-
XYZ4.615.360.82-
YUV60.6794.33135.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=51.08%
G=48.20%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7167100.060.990.7256.5797.2214.12
Hex474310663483961e
Octal1071031061431107114116
Binary10001111000011101101100011100100011100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474301; }

 p { color: rgb(71,67,1); }

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

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

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

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

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

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

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