Html Css Color HEX #316203 Verdun Green

📋 copy color: '#316203'

red 49 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #316203

Tints of Verdun Green #316203

RGB

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

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

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

R = 32.67%
G = 65.33%
B = 2%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#316203 (or 0x316203) is known color: Verdun Green. HEX triplet: 31, 62 and 03. RGB value is (49,98,3). Sum of RGB (Red+Green+Blue) = 49+98+3=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #316203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316203 is #CE9DFC. Grayscale: #484848. Windows color (decimal): -13540861 or 221745. OLE color: 221745.

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

Color convert

RGB 49 98 3 -
CMYK 0.5 0 0.97 0.62
HSL 90.95º 0.94% 0.2% -
HSV(B) 90.95º 0.97% 0.38% -
XYZ 5.65 9.39 1.6 -
YUV 72.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 49 98 3 0.5 0 0.97 0.62 90.95 0.94 0.2
Hex 31 62 3 32 0 61 3E 5B 5E 14
Octal 61 142 3 62 0 141 76 133 136 24
Binary 110001 1100010 11 110010 0 1100001 111110 1011011 1011110 10100

Color Harmonies of #316203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316203

Black with #316203

Text Example


Text Example

White with #316203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316203; }

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

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

background-color css

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

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

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

border-color css

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

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

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