Html Css Color HEX #316304 Verdun Green

📋 copy color: '#316304'

red 49 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #316304

Tints of Verdun Green #316304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 65.13%

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 32.24%
G = 65.13%
B = 2.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#316304 (or 0x316304) is known color: Verdun Green. HEX triplet: 31, 63 and 04. RGB value is (49,99,4). Sum of RGB (Red+Green+Blue) = 49+99+4=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #316304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316304 is #CE9CFB. Grayscale: #494949. Windows color (decimal): -13540604 or 287537. OLE color: 287537.

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

Color convert

RGB 49 99 4 -
CMYK 0.51 0 0.96 0.61
HSL 91.58º 0.92% 0.2% -
HSV(B) 91.58º 0.96% 0.39% -
XYZ 5.75 9.59 1.66 -
YUV 73.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 49 99 4 0.51 0 0.96 0.61 91.58 0.92 0.2
Hex 31 63 4 33 0 60 3D 5C 5C 14
Octal 61 143 4 63 0 140 75 134 134 24
Binary 110001 1100011 100 110011 0 1100000 111101 1011100 1011100 10100

Color Harmonies of #316304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316304

Black with #316304

Text Example


Text Example

White with #316304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316304; }

 p { color: rgb(49,99,4); }

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

background-color css

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

 a { background-color: rgb(49,99,4); }

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

border-color css

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

 span { border-color: rgb(49,99,4); }

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