Html Css Color HEX #316201 Verdun Green

📋 copy color: '#316201'

red 49 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #316201

Tints of Verdun Green #316201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 66.22%

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

R = 33.11%
G = 66.22%
B = 0.68%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#316201 (or 0x316201) is known color: Verdun Green. HEX triplet: 31, 62 and 01. RGB value is (49,98,1). Sum of RGB (Red+Green+Blue) = 49+98+1=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #316201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316201 is #CE9DFE. Grayscale: #484848. Windows color (decimal): -13540863 or 90673. OLE color: 90673.

HSL color Cylindrical-coordinate representation of color #316201: hue angle of 90.31º 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 #316201 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 1 -
CMYK 0.5 0 0.99 0.62
HSL 90.31º 0.98% 0.19% -
HSV(B) 90.31º 0.99% 0.38% -
XYZ 5.64 9.39 1.54 -
YUV 72.29 87.77 111.39 -
System Red Green Blue C M Y K H S L
Decimal 49 98 1 0.5 0 0.99 0.62 90.31 0.98 0.19
Hex 31 62 1 32 0 63 3E 5A 62 13
Octal 61 142 1 62 0 143 76 132 142 23
Binary 110001 1100010 1 110010 0 1100011 111110 1011010 1100010 10011

Color Harmonies of #316201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316201

Black with #316201

Text Example


Text Example

White with #316201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316201; }

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

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

background-color css

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

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

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

border-color css

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

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

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