#315801

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

Shades of Verdun Green #315801

Tints of Verdun Green #315801

Color information

#315801 (or 0x315801) is unknown color: approx Verdun Green. HEX triplet: 31, 58 and 01. RGB value is (49,88,1). Sum of RGB (Red+Green+Blue) = 49+88+1=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #315801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315801 is #CEA7FE. Grayscale: #424242. Windows color (decimal): -13543423 or 88113. OLE color: 88113.

HSL color Cylindrical-coordinate representation of color #315801: hue angle of 86.9º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315801 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB49881-
CMYK0.4400.990.65
HSL86.9º97.75%17.45%-
HSV(B)86.9º98.86%34.51%-
XYZ4.767.631.25-
YUV66.4291.08115.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 88 (34.77% from 255) = 63.77%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=35.51%
G=63.77%
B=0.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal498810.4400.990.6586.997.7517.45
Hex315812C06341576211
Octal61130154014310112714221
Binary110001101100011011000110001110000011010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315801; }

 p { color: rgb(49,88,1); }

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

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

 a { background-color: rgb(49,88,1); }

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

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

 span { border-color: rgb(49,88,1); }

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