Html Css Color HEX #316703 Verdun Green

📋 copy color: '#316703'

red 49 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #316703

Tints of Verdun Green #316703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.45%

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

R = 31.61%
G = 66.45%
B = 1.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#316703 (or 0x316703) is known color: Verdun Green. HEX triplet: 31, 67 and 03. RGB value is (49,103,3). Sum of RGB (Red+Green+Blue) = 49+103+3=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #316703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316703 is #CE98FC. Grayscale: #4B4B4B. Windows color (decimal): -13539581 or 223025. OLE color: 223025.

HSL color Cylindrical-coordinate representation of color #316703: hue angle of 92.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #316703 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 3 -
CMYK 0.52 0 0.97 0.60
HSL 92.4º 0.94% 0.21% -
HSV(B) 92.4º 0.97% 0.4% -
XYZ 6.13 10.36 1.76 -
YUV 75.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 49 103 3 0.52 0 0.97 0.60 92.4 0.94 0.21
Hex 31 67 3 34 0 61 3C 5C 5E 15
Octal 61 147 3 64 0 141 74 134 136 25
Binary 110001 1100111 11 110100 0 1100001 111100 1011100 1011110 10101

Color Harmonies of #316703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316703

Black with #316703

Text Example


Text Example

White with #316703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316703; }

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

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

background-color css

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

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

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

border-color css

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

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

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