Html Css Color HEX #316003 Verdun Green

📋 copy color: '#316003'

red 49 ◦ green 96 ◦ blue 3

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

Shades of Verdun Green #316003

Tints of Verdun Green #316003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.86%

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

R = 33.11%
G = 64.86%
B = 2.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#316003 (or 0x316003) is known color: Verdun Green. HEX triplet: 31, 60 and 03. RGB value is (49,96,3). Sum of RGB (Red+Green+Blue) = 49+96+3=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #316003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316003 is #CE9FFC. Grayscale: #474747. Windows color (decimal): -13541373 or 221233. OLE color: 221233.

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

Color convert

RGB 49 96 3 -
CMYK 0.49 0 0.97 0.62
HSL 90.32º 0.94% 0.19% -
HSV(B) 90.32º 0.97% 0.38% -
XYZ 5.47 9.03 1.54 -
YUV 71.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 49 96 3 0.49 0 0.97 0.62 90.32 0.94 0.19
Hex 31 60 3 31 0 61 3E 5A 5E 13
Octal 61 140 3 61 0 141 76 132 136 23
Binary 110001 1100000 11 110001 0 1100001 111110 1011010 1011110 10011

Color Harmonies of #316003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316003

Black with #316003

Text Example


Text Example

White with #316003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316003; }

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

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

background-color css

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

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

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

border-color css

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

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

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