Html Css Color HEX #315701 Verdun Green

📋 copy color: '#315701'

red 49 ◦ green 87 ◦ blue 1

#315701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #315701

Tints of Verdun Green #315701

RGB

 RED value IS 49 (19.53% from 255) = 35.77%

 GREEN value IS 87 (34.38% from 255) = 63.5%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 35.77%
G = 63.5%
B = 0.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#315701 (or 0x315701) is known color: Verdun Green. HEX triplet: 31, 57 and 01. RGB value is (49,87,1). Sum of RGB (Red+Green+Blue) = 49+87+1=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #315701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315701 is #CEA8FE. Grayscale: #424242. Windows color (decimal): -13543679 or 87857. OLE color: 87857.

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

Color convert

RGB 49 87 1 -
CMYK 0.44 0 0.99 0.66
HSL 86.51º 0.98% 0.17% -
HSV(B) 86.51º 0.99% 0.34% -
XYZ 4.68 7.47 1.22 -
YUV 65.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 49 87 1 0.44 0 0.99 0.66 86.51 0.98 0.17
Hex 31 57 1 2C 0 63 42 57 62 11
Octal 61 127 1 54 0 143 102 127 142 21
Binary 110001 1010111 1 101100 0 1100011 1000010 1010111 1100010 10001

Color Harmonies of #315701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315701

Black with #315701

Text Example


Text Example

White with #315701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315701; }

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

 H1.HeaderClassName
 {
   color: #315701;
 }
 .AnyTagClassName
 {
   color: #315701;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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