#475312

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

Shades of Verdun Green #475312

Tints of Verdun Green #475312

Color information

#475312 (or 0x475312) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 12. RGB value is (71,83,18). Sum of RGB (Red+Green+Blue) = 71+83+18=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #475312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475312 is #B8ACED. Grayscale: #484848. Windows color (decimal): -12102894 or 1200967. OLE color: 1200967.

HSL color Cylindrical-coordinate representation of color #475312: hue angle of 71.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #475312 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB718318-
CMYK0.1400.780.67
HSL71.08º64.36%19.8%-
HSV(B)71.08º78.31%32.55%-
XYZ5.87.571.73-
YUV7297.52127.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=41.28%
G=48.26%
B=10.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183180.1400.780.6771.0864.3619.8
Hex475312E04E43474014
Octal1071232216011610310710024
Binary100011110100111001011100100111010000111000111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475312; }

 p { color: rgb(71,83,18); }

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

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

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

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

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

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

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