Html Css Color HEX #316101 Verdun Green

📋 copy color: '#316101'

red 49 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #316101

Tints of Verdun Green #316101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 65.99%

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

R = 33.33%
G = 65.99%
B = 0.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#316101 (or 0x316101) is known color: Verdun Green. HEX triplet: 31, 61 and 01. RGB value is (49,97,1). Sum of RGB (Red+Green+Blue) = 49+97+1=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #316101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316101 is #CE9EFE. Grayscale: #484848. Windows color (decimal): -13541119 or 90417. OLE color: 90417.

HSL color Cylindrical-coordinate representation of color #316101: hue angle of 90º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #316101 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 1 -
CMYK 0.49 0 0.99 0.62
HSL 90º 0.98% 0.19% -
HSV(B) 90º 0.99% 0.38% -
XYZ 5.55 9.2 1.51 -
YUV 71.7 88.1 111.81 -
System Red Green Blue C M Y K H S L
Decimal 49 97 1 0.49 0 0.99 0.62 90 0.98 0.19
Hex 31 61 1 31 0 63 3E 5A 62 13
Octal 61 141 1 61 0 143 76 132 142 23
Binary 110001 1100001 1 110001 0 1100011 111110 1011010 1100010 10011

Color Harmonies of #316101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316101

Black with #316101

Text Example


Text Example

White with #316101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316101; }

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

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

background-color css

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

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

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

border-color css

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

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

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