Html Css Color HEX #316701 Verdun Green

📋 copy color: '#316701'

red 49 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #316701

Tints of Verdun Green #316701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 67.32%

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

R = 32.03%
G = 67.32%
B = 0.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#316701 (or 0x316701) is known color: Verdun Green. HEX triplet: 31, 67 and 01. RGB value is (49,103,1). Sum of RGB (Red+Green+Blue) = 49+103+1=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 103 (40.62% from 255 or 67.32% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 103 - color contains mainly: green. Hex color #316701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316701 is #CE98FE. Grayscale: #4B4B4B. Windows color (decimal): -13539583 or 91953. OLE color: 91953.

HSL color Cylindrical-coordinate representation of color #316701: hue angle of 91.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #316701 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 1 -
CMYK 0.52 0 0.99 0.60
HSL 91.76º 0.98% 0.2% -
HSV(B) 91.76º 0.99% 0.4% -
XYZ 6.12 10.36 1.7 -
YUV 75.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 49 103 1 0.52 0 0.99 0.60 91.76 0.98 0.2
Hex 31 67 1 34 0 63 3C 5C 62 14
Octal 61 147 1 64 0 143 74 134 142 24
Binary 110001 1100111 1 110100 0 1100011 111100 1011100 1100010 10100

Color Harmonies of #316701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316701

Black with #316701

Text Example


Text Example

White with #316701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316701; }

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

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

background-color css

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

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

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

border-color css

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

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

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