Html Css Color HEX #316303 Verdun Green

📋 copy color: '#316303'

red 49 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #316303

Tints of Verdun Green #316303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 32.45%
G = 65.56%
B = 1.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#316303 (or 0x316303) is known color: Verdun Green. HEX triplet: 31, 63 and 03. RGB value is (49,99,3). Sum of RGB (Red+Green+Blue) = 49+99+3=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #316303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316303 is #CE9CFC. Grayscale: #494949. Windows color (decimal): -13540605 or 222001. OLE color: 222001.

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

Color convert

RGB 49 99 3 -
CMYK 0.51 0 0.97 0.61
HSL 91.25º 0.94% 0.2% -
HSV(B) 91.25º 0.97% 0.39% -
XYZ 5.74 9.58 1.63 -
YUV 73.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 49 99 3 0.51 0 0.97 0.61 91.25 0.94 0.2
Hex 31 63 3 33 0 61 3D 5B 5E 14
Octal 61 143 3 63 0 141 75 133 136 24
Binary 110001 1100011 11 110011 0 1100001 111101 1011011 1011110 10100

Color Harmonies of #316303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316303

Black with #316303

Text Example


Text Example

White with #316303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316303; }

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

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

background-color css

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

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

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

border-color css

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

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

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