#475313

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

Shades of Verdun Green #475313

Tints of Verdun Green #475313

Color information

#475313 (or 0x475313) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 13. RGB value is (71,83,19). Sum of RGB (Red+Green+Blue) = 71+83+19=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #475313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475313 is #B8ACEC. Grayscale: #484848. Windows color (decimal): -12102893 or 1266503. OLE color: 1266503.

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

Color convert

RGB718319-
CMYK0.1400.770.67
HSL71.25º62.75%20%-
HSV(B)71.25º77.11%32.55%-
XYZ5.817.571.77-
YUV72.1298.02127.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=41.04%
G=47.98%
B=10.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183190.1400.770.6771.2562.7520
Hex475313E04D43473f14
Octal107123231601151031077724
Binary10001111010011100111110010011011000011100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475313; }

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

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

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

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

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

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

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

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