#315905

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

Shades of Verdun Green #315905

Tints of Verdun Green #315905

Color information

#315905 (or 0x315905) is unknown color: approx Verdun Green. HEX triplet: 31, 59 and 05. RGB value is (49,89,5). Sum of RGB (Red+Green+Blue) = 49+89+5=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #315905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315905 is #CEA6FA. Grayscale: #434343. Windows color (decimal): -13543163 or 350513. OLE color: 350513.

HSL color Cylindrical-coordinate representation of color #315905: hue angle of 88.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315905 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB49895-
CMYK0.4500.940.65
HSL88.57º89.36%18.43%-
HSV(B)88.57º94.38%34.9%-
XYZ4.877.811.39-
YUV67.4692.75114.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=34.27%
G=62.24%
B=3.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal498950.4500.940.6588.5789.3618.43
Hex315952D05E41595912
Octal61131555013610113113122
Binary11000110110011011011010101111010000011011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315905; }

 p { color: rgb(49,89,5); }

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

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

 a { background-color: rgb(49,89,5); }

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

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

 span { border-color: rgb(49,89,5); }

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