Html Css Color HEX #316401 Verdun Green

📋 copy color: '#316401'

red 49 ◦ green 100 ◦ blue 1

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

Shades of Verdun Green #316401

Tints of Verdun Green #316401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 66.67%

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

R = 32.67%
G = 66.67%
B = 0.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#316401 (or 0x316401) is known color: Verdun Green. HEX triplet: 31, 64 and 01. RGB value is (49,100,1). Sum of RGB (Red+Green+Blue) = 49+100+1=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #316401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316401 is #CE9BFE. Grayscale: #494949. Windows color (decimal): -13540351 or 91185. OLE color: 91185.

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

Color convert

RGB 49 100 1 -
CMYK 0.51 0 0.99 0.61
HSL 90.91º 0.98% 0.2% -
HSV(B) 90.91º 0.99% 0.39% -
XYZ 5.83 9.77 1.61 -
YUV 73.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 49 100 1 0.51 0 0.99 0.61 90.91 0.98 0.2
Hex 31 64 1 33 0 63 3D 5B 62 14
Octal 61 144 1 63 0 143 75 133 142 24
Binary 110001 1100100 1 110011 0 1100011 111101 1011011 1100010 10100

Color Harmonies of #316401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316401

Black with #316401

Text Example


Text Example

White with #316401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316401; }

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

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

background-color css

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

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

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

border-color css

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

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

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